Trying to compile on 32bit ubuntu 9.10 Been battling to figure out the dependencies. Solved a few but the compiles fail on lua50_profiler.o
src/lua50_profiler.o: In function `callhook': /home/graham/Downloads/squeezeplay/src/luaprofiler-2.0/src/lua50_profiler.c:55: undefined reference to `__stack_chk_fail_local' Some google searches on `__stack_chk_fail_local' suggest the need for the CFLAGS -fno-stack-protector and -fno-stack-protector-all I added this to luaprofiler-2.0/Makefile.linux, but I still get the error. Any suggestions? -- grahams ------------------------------------------------------------------------ grahams's Profile: http://forums.slimdevices.com/member.php?userid=33919 View this thread: http://forums.slimdevices.com/showthread.php?t=70556 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
