Author Topic: glfw Project Linux Ubuntu.ld error message  (Read 3620 times)

Kruxx

  • Guest
glfw Project Linux Ubuntu.ld error message
« on: May 26, 2007, 02:29:29 pm »
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.
Code
-------------- 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
« Last Edit: May 26, 2007, 02:33:29 pm by Kruxx »

Kruxx

  • Guest
Re: glfw Project Linux Ubuntu.ld error message
« Reply #1 on: May 26, 2007, 10:00:35 pm »
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.