Date: 11 May 1992 09:39:11 -0400 (EDT) From: JMILLER AT CHESS DOT EISC DOT UTOLEDO DOT edu Subject: Library problems To: djgpp AT sun DOT soe DOT clarkson DOT edu Organization: Edison Industrial Systems Center Status: O I have recently compiled and linked some rather complex source files with djgcc and was only able to obtain a successful link by creating a library archive due to the DOS command line limitations. I also had to specify several of the .o files on the command line invoking gcc even though they were in the library as verified by an examination of the contents of the .a file. Why can't the linker find these files. Also, I was using NDMAKE which according to the docs is supposed to generate response files to get around the DOS limitations. However, I simply got error messages stating that the command line was too long which is why I created the .a file in the first place. BTW, I am using 1.06 and 2.01. Thanks in advance.