Mail Archives: djgpp/2004/02/05/06:36:15
DJ Delorie <dj AT delorie DOT com> wrote in message news:<200402042005 DOT i14K52qB009740 AT envy DOT delorie DOT com>...
> > D:\DJGPP>set LIB=d:\djgpp\lib
> >
> > D:\DJGPP>set LIBRARY=%LIB%
> >
> > D:\DJGPP>set INCLUDE=d:\djgpp\include
>
> Don't set these three.
Thanks for your responses, but still I get the following errors..
D:\>cd djgpp
D:\DJGPP>set DJGPP=d:\djgpp\djgpp.env
D:\DJGPP>set PATH=%PATH%;d:\djgpp\bin
D:\DJGPP>gcc a.c
d:/djgpp/bin/ld.exe: cannot find -lgcc
collect2: ld returned 1 exit status
D:\DJGPP>gcc -v a.c
Reading specs from d:/djgpp/lib/gcc-lib/djgpp/3.32/specs
Configured with: /devel/gnu/gcc/3.3/gnu/gcc-3.32/configure i586-pc-msdosdjgpp --
prefix=/dev/env/DJDIR --disable-nls
Thread model: single
gcc version 3.3.2
d:/djgpp/lib/gcc-lib/djgpp/3.32/cc1.exe -quiet -v -D__GNUC__=3 -D__GNUC_MINOR__
=3 -D__GNUC_PATCHLEVEL__=2 -remap -imacros d:/djgpp/lib/gcc-lib/djgpp/3.32/djgpp
.ver a.c -quiet -dumpbase a.c -auxbase a -version -o d:/djgpp/tmp/ccQBSwuT.s
GNU C version 3.3.2 (djgpp)
compiled by GNU C version 3.3.2.
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
ignoring nonexistent directory "d:/djgpp/djgpp/include"
#include "..." search starts here:
#include <...> search starts here:
d:/djgpp/lib/gcc-lib/djgpp/3.32/include
d:/djgpp/include
End of search list.
d:/djgpp/bin/as.exe --traditional-format -o d:/djgpp/tmp/ccoTJHJI.o d:/djgpp/tm
p/ccQBSwuT.s
d:/djgpp/lib/gcc-lib/djgpp/3.32/collect2.exe d:/djgpp/lib/crt0.o -Ld:/djgpp/lib
-Ld:/djgpp/lib/gcc-lib/djgpp/3.32 -Ld:/djgpp/bin -Ld:/djgpp/lib -Ld:/djgpp/lib/
gcc-lib/djgpp/3.32/../../.. d:/djgpp/tmp/ccoTJHJI.o -lgcc -lc -lgcc -Tdjgpp-x.dj
l
d:/djgpp/bin/ld.exe: cannot find -lgcc
collect2: ld returned 1 exit status
D:\DJGPP>dir djgpp.env
Volume in drive D is DATA
Volume Serial Number is 7401-0844
Directory of D:\DJGPP
02/03/2002 17:17 3,592 djgpp.env
1 File(s) 3,592 bytes
0 Dir(s) 2,797,611,008 bytes free
D:\DJGPP>
Note : I installed the following file in d:\djgpp directory
D:\djgpp-dnld>dir
Volume in drive D is DATA
Volume Serial Number is 7401-0844
Directory of D:\djgpp-dnld
30/01/2004 19:41 <DIR> .
30/01/2004 19:41 <DIR> ..
30/01/2004 19:37 3,273,904 bnu214b.zip
30/01/2004 19:33 1,530,778 djdev203.zip
30/01/2004 19:41 2,891,794 gcc332b.zip
30/01/2004 19:42 272,798 mak3791b.zip
4 File(s) 7,969,274 bytes
2 Dir(s) 2,797,578,240 bytes free
D:\djgpp-dnld>
- Raw text -