News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

glfw Project Linux Ubuntu.ld error message

Started by Kruxx, May 26, 2007, 02:29:29 PM

Previous topic - Next topic

Kruxx

all i've alredy done:
i have downloaded glfw sources, compiled it, but didn't install it (i don't install non package apps). I made a new folder with links to the Folders of the compiled version, so tht codeblocks could find the libraries and headers. Then i installed an other package, because of an error message (libxxf86vm-dev). But the current error, i don't understand, so please help me.
-------------- Build: Debug in GLFWtest ---------------
Linking console executable: bin/Debug/GLFWtest
/usr/bin/ld: bin/Debug/GLFWtest: 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 gab 1 als Ende-Status zurück
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings

Kruxx

ok, i have solved the main problem, made a new hello world application, added all linker flags from the makefile of the glfw demos and copied the src. Now it works, but the project wizard is still damaged.