[LAD] changes in gcc

From: Emanuel Rumpf <xbran@email-addr-hidden>
Date: Sun Apr 29 2012 - 11:27:54 EEST

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
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-dev
Received on Sun Apr 29 12:15:01 2012

This archive was generated by hypermail 2.1.8 : Sun Apr 29 2012 - 12:15:02 EEST