Date: 23-SEP-1994 19:42:48 +0200 From: TAUPIN AT rsovax DOT lps DOT u-psud DOT fr Subj: gcc library problems To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: gcc library problems. I have a big C files output by f2c (Fortran to C converter). These C files finally call Fortran library, something like /msfort/lib/*.lib -> how can I tell the gcc linker to look ALSO at these libraries, which are not of the form built by "ar". ? Alternate question: can I guild all by *.o files by gcc -c * , and then link using the standard DOS linker ? Thanks DTaupin