X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=2.2 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: From: Gery Herbozo Jimenez To: Subject: Fortran program error message Date: Mon, 28 Feb 2011 13:21:12 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Dear Users, I can't run the following fortran script in my cygwin bash, I'm getting the= following error message: $ g77 geometry.f -o geometry /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= 82d): undefined reference to `_zspl3_' /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= 860): undefined reference to `_zspl3_' /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= 92e): undefined reference to `_spl3_' /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= 95b): undefined reference to `_spl3_' /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= 9e8): undefined reference to `_zspl3_' /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= a1b): undefined reference to `_zspl3_' /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= b5d): undefined reference to `_spl3_' /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= b8d): undefined reference to `_spl3_' /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= c71): undefined reference to `_spl3_' /cygdrive/c/DOCUME~1/ADMINI~1/CONFIG~1/Temp/ccmHGeab.o:geometry.f:(.text+0x= ca1): undefined reference to `_spl3_' collect2: ld returned 1 exit status I also copied in my current directory the file cygwin1.dll. I didn't=20 write this program, I just found in internet and wanted to run it in=20 cygwin. The script can be found here:=20 http://www2.geo.uib.no/nav-processing/geometry/geometry.php Is it possible to run fortran programs in cygwin? I've searched for a=20 simple answer in google but didn't find it. I'd be very grateful if=20 someone could provide me some "simple" ideas to solve this issue. Very grateful for you time and attention, Gery =20=09=09=20=09=20=20=20=09=09=20=20 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple