[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#553630: [aeolus] FTBFS with binutils-gold



Package: aeolus
Version: 0.8.1-1
Severity: normal

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

g++ -L/usr/lib -o aeolus main.o audio.o model.o slave.o imidi.o addsynth.o scales.o reverb.o asection.o division.o rankwave.o 
rngen.o exp2ap.o lfqueue.o -lclalsadrv -lclthreads -lpthread -ljack -lasound -lpthread -lrt
/usr/bin/ld: main.o: in function main:main.cc:185: error: undefined reference to 'dlopen'
/usr/bin/ld: main.o: in function main:main.cc:191: error: undefined reference to 'dlsym'
/usr/bin/ld: main.o: in function main:main.cc:258: error: undefined reference to 'dlclose'
/usr/bin/ld: main.o: in function main:main.cc:188: error: undefined reference to 'dlerror'
/usr/bin/ld: main.o: in function main:main.cc:194: error: undefined reference to 'dlerror'
/usr/bin/ld: main.o: in function main:main.cc:195: error: undefined reference to 'dlclose'
collect2: ld returned 1 exit status



Reply to: