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: <37079961.521575@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> <3706f1ec DOT 6279779 AT news DOT u-net DOT com> <1ADN2.2126$8Y3 DOT 274862 AT newsfeed DOT slurp DOT net> <370724be DOT 19291682 AT news DOT u-net DOT com> X-Newsreader: Forte Free Agent 1.11/32.235 Lines: 46 NNTP-Posting-Host: 195.102.191.128 X-Complaints-To: news AT u-net DOT net X-Trace: newsr2.u-net.net 923245179 195.102.191.128 (Sun, 04 Apr 1999 17:59:39 BST) NNTP-Posting-Date: Sun, 04 Apr 1999 17:59:39 BST Organization: (Posted via) U-NET Internet Ltd. X-Real-Host: 195.102.191.128 Date: Sun, 04 Apr 1999 16:57:25 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com right, ive now changed the specs file to the following: *link: %{Zwin32: -Lc:/rsxntdj/lib/all -Lc:/rsxntdj/lib/%{Zmt:m}%{!Zmt:s}t} so it all runs from C drive, tried to compile again but i still get the prob :( On Sun, 4 Apr 1999 07:53:46 -0600, "robert bowman" wrote: > >> this was previously in my specs file, i added it when looking for >> answers elsewhere: >> >> *link: >> %{Zwin32: -Le:/djgpp/rsxntdj/lib/all >> -Le:/djgpp/rsxntdj/lib/%{Zmt:m}%{!Zmt:s}t} > >> >> this is the output returned from 'gcc -v' >> >> Reading specs from c:\RSXNTDJ/lib/specs > >Is this exactly what you have? The compiler is reading the specs file from > >c:/rsxntdj/lib/specs. > >The specs file is instructing ld.exe to look for library files in > >e:/rsxntdj/lib/all > >Do you really have rsxntdj installed on C: and E:? This shouldn't be a >problem, I just want to be sure its what you intended. The form of the >second line is ok. All that does is allow you to select either single or >multithread lib routines by putting -Zm on the command line. I just use >single threading, so my file just loads from lib/st > > > >