Compiler Error - -lgcc missing

DOS specific questions.
Locked
netaces2k
Posts: 57
Joined: Jan 26, 2006 21:57
Location: USA
Contact:

Compiler Error - -lgcc missing

Post by netaces2k »

F:\Rob>fbc tblgen.bas
f:/freeba~1\bin\dos\ld.exe: cannot find -lgccF:\Rob>fbc tblgen.bas
f:/freeba~1\bin\dos\ld.exe: cannot find -lgcc
counting_pine
Site Admin
Posts: 6323
Joined: Jul 05, 2005 17:32
Location: Manchester, Lancs

Post by counting_pine »

Note: if you want to update your post, you should Click "Edit" above your post, rather than the "New Topic" button.
Laaca
Posts: 27
Joined: Dec 31, 2007 14:24

problems with LFN?

Post by Laaca »

I have suspection than problem is in your path. LD utility has problems with long file names. Try to move Freebasic and your projects into domething like C:\FB
Locked