[LAD] changes in gcc

Emanuel Rumpf xbran at web.de
Sun Apr 29 08:27:54 UTC 2012


Now ... isn't this a bit frustrating, if scripts stop to work after
only 5 years ??

I tried to compile ladspa-sdk, which failed.
As I found out, it is due to (nowadays) invalid argument order:

failed:
$(CC) $(CFLAGS)  $(LIBRARIES)   -o ../bin/listplugins   listplugins.o

works:
$(CC) $(CFLAGS)     -o ../bin/listplugins   listplugins.o     $(LIBRARIES)

gcc 4.6.3



More information about the Linux-audio-dev mailing list