This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
linking problems
- To: gcc at gcc dot gnu dot org
- Subject: linking problems
- From: Michael Stepputat <stepputat at ilt dot fhg dot de>
- Date: Wed, 09 Feb 2000 18:23:13 +0100
Hi!
I compiled the lapack 3.0 fortran source using the g77 of a port of egcs
to QNX.
I try to use this lib with c++ - programs. During linking I have a few
linker errors which should be due to missing (standard) fortran
functions which g++ can't find.
My question:
Which library do I have to link in order to get the basic fortran
functionality ? I couldn't find something like libfor.a .
Thanks for your support.
Michael