HTCondor Project List Archives



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

[Condor-devel] Debian port strangeness



Hello,

While integrating the debian port into the 6.8 branch, using a "recent"
snapshot of the debian 4.0 head (which includes gcc 4.1.2), I get this
as a link failure:

/usr/bin/ld: test_libcondorapi_shared: hidden symbol `__stack_chk_fail_local' in /usr/lib/gcc/i486-linux-gnu/4.1.2/libssp_nonshared.a(libssp_nonshared_la-ssp-local.o) is referenced by DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

I've used the proper "gcc -shared" to create the shared libraries I'm
linking together for the executable 'test_libcondorapi_shared'. I'm also
compiling with -fstack-protect.

Anyone might have a clue to what went wrong in my link step?

Thank you.

-pete