Here's the last few lines of output:
Code: Select all
make[2]: Entering directory `/home/mike/Desktop/oss/cmd/ossmixd'
cc -O -L../../target/lib -lossmix -s -o ../../target/sbin/ossmixd ./ossmixd.o
/usr/bin/ld: ../../target/sbin/ossmixd: hidden symbol `__stack_chk_fail_local' in /usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make[2]: *** [../../target/sbin/ossmixd] Error 1
make[2]: Leaving directory `/home/mike/Desktop/oss/cmd/ossmixd'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/mike/Desktop/oss/cmd'
make: *** [subdirs] Error 1
I'm building in a different directory to the source, and have attempted the LD=cc 'fix' that someone mentioned somewhere.
Any ideas? It's 32 bit X86 Ubuntu (9.04) with libtool installed.