Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <80575AFA5F0DD31197CE00805F650D7602D05A@wilber.adroit.com> From: "Robinow, David" To: "'Andrey Khavryuchenko'" , cygwin AT cygwin DOT com Subject: RE: can't link fortran executable Date: Mon, 5 Nov 2001 10:37:41 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" You are using g77 as a linker. Are you also using it as a compiler? If not, where did your object files come from? [This looks suspiciously like 'f2c' output, which requires -lf2c on the link command.] -----Original Message----- From: Andrey Khavryuchenko [mailto:akhavr AT kds DOT com DOT ua] Sent: Monday, November 05, 2001 5:55 AM To: cygwin AT cygwin DOT com Subject: can't link fortran executable Administrator AT MUSTIDE ~/src/chngc/src $ g77 -o chngc.exe *.o [...] wrtrasmol.o: In function `wrtrasmol_': wrtrasmol.o(.text+0x35): undefined reference to `s_wsfe' wrtrasmol.o(.text+0x3d): undefined reference to `e_wsfe' wrtrasmol.o(.text+0x4a): undefined reference to `s_wsfe' wrtrasmol.o(.text+0x61): undefined reference to `do_fio' ... What's set up wrong? What's missing? -- Andrey V Khavryuchenko http://www.kds.com.ua/ Offshore Software Development -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/