From: "robert bowman" Newsgroups: comp.os.msdos.djgpp 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> Subject: Re: Using GCC: the first Win32 program. Lines: 28 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Message-ID: Date: Sun, 4 Apr 1999 07:53:46 -0600 NNTP-Posting-Host: 208.4.224.75 X-Trace: newsfeed.slurp.net 923234030 208.4.224.75 (Sun, 04 Apr 1999 08:53:50 CDT) NNTP-Posting-Date: Sun, 04 Apr 1999 08:53:50 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > 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