Thread make und flex (11 answers)
Opened by perltiptop at 2009-12-05 22:20

Gast perltiptop
 2009-12-06 21:51
#129017 #129017
Es handelt sich um GnuWin32.
Der gcc idt von strawberry. Was muss getan werden, damit -lfl in diesem command:

count_words: count_words.o lexer.o -lfl
gcc count_words.o lexer.o -lfl -ocount_words
in makefile erkannt wird, ohne den VPath zu bedienen.
Fehlermeldung:
C:\strawberry\c\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: can not find -lfl
collect2: ld returned 1 exit status

Vielen Dank.

View full thread make und flex