From: chris AT select DOT u-net DOT com (+Chris) Newsgroups: comp.os.msdos.djgpp Subject: Re: Using GCC: the first Win32 program. Message-ID: <3706f1ec.6279779@news.u-net.com> References: <3706bde4 DOT 2218612 AT news DOT u-net DOT com> <2nzN2.1761$8Y3 DOT 232214 AT newsfeed DOT slurp DOT net> X-Newsreader: Forte Free Agent 1.11/32.235 Lines: 33 NNTP-Posting-Host: 195.102.191.191 X-Complaints-To: news AT u-net DOT net X-Trace: newsr2.u-net.net 923202250 195.102.191.191 (Sun, 04 Apr 1999 06:04:10 BST) NNTP-Posting-Date: Sun, 04 Apr 1999 06:04:10 BST Organization: (Posted via) U-NET Internet Ltd. X-Real-Host: 195.102.191.191 Date: Sun, 04 Apr 1999 05:01:57 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com this is the output returned from 'gcc -v' Reading specs from c:\RSXNTDJ/lib/specs gcc version 2.8.1 is that ok? any other ideas? ta On Sat, 3 Apr 1999 18:36:03 -0700, "robert bowman" wrote: > >+Chris wrote > >> >> c:/djgpp/bin/ld.exe: cannot open -lmain: No such file or directory > >do a gcc -v >from the command prompt and see where its reading the specs file from. If it >is properly picking up the >file from rsxntdj/lib, check to see that you have correctly edited the specs >file to point to the rsxntdj library. libmain.a lives in rsxntdj/lib/all. > >note: in the above, rsxntdj refers to whatever path you are using. > > >