Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Kruxx on May 26, 2007, 02:29:29 pm

Title: glfw Project Linux Ubuntu.ld error message
Post by: Kruxx 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
Title: Re: glfw Project Linux Ubuntu.ld error message
Post by: Kruxx 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.