Mail Archives: djgpp/1999/02/26/01:09:06
Kirill wrote:
>
> gcc -Xlinker -s -o a.exe source1.o source2.o source3.o source4.o
> [...skip...] source20.o -lalleg -lstdcx
>
> then reports: " Error: d:/djgpp/bin\ld.exe: cannot open -lalle:
>
If your error msg is exactly - 'Error: d:/djgpp/bin\ld.exe: cannot open -lalle:'
then you should add 'g' after an 'alle' in your option/libraries menu, since
correct library name is liballeg.a Another possible reason you failed to link is
wrong
location of liballeg.a file. To fix it you should add correct entry in
option/directory/libs menu.
--
Dim Zegebart
Moscow, Russia
- Raw text -