From: "Markus Klink" To: djgpp AT delorie DOT com Date: Wed, 29 Jan 1997 19:37:30 +0000 Subject: gcc & library Message-Id: <165AAF1451C@pool.uni-mannheim.de> Dear folks, I must admit that I am quite new to the djgpp community. I got the system up and running (hello, world compiles :-). Then I needed to compile a large C++ library tha belonged to a Unix system. After all the hassle with the file names I could immediately compile it without an error. All the object files were linked to a library using ar rvs .....o ....o ....o Is this correct? At least nm produces a reasonable output. When I try to compile an example program I get an error by ld: cannot open libga.a: no such file or directory (ENOENT) All the diagnostics in the FAQ couldn t help me so far. The -Tdjgpp.djl switch is passed to the linker, I have plenty of RAM (32 MB, 8MB ramdrive), the djgpp.env is set correctly and so on. I have a Novell Network running in the background but I am not logged in. Any ideas, please? Markus