From mboxrd@z Thu Jan 1 00:00:00 1970 From: N8TM@aol.com To: ramiro@labtie.mmt.upc.es, egcs@cygnus.com Subject: Re: Building a program with C an FORTRAN code Date: Thu, 29 Oct 1998 19:35:00 -0000 Message-id: <971c665b.3639339e@aol.com> X-SW-Source: 1998-10/msg01209.html In a message dated 10/29/98 1:28:25 PM Pacific Standard Time, ramiro@labtie.mmt.upc.es writes: > undefined references to > the functions writen in FORTRAN (witch are referenced from C) Without further information, the most obvious possibility is that you have not reconciled the function-name-mangling schemes of the 2 systems. The +ppu option of HP Fortran is closest to the g77 default; there are several g77 options dealing with post-pended underscores. In either case, nm or objdump will show the names presented to ld by the .o files.