From: Marcin C. <sa...@sa...> - 2011-02-03 02:38:18
|
>> Erich Waelde <ew....@na...> wrote: > it's makefiles/... with 's'. thanks, of course you are right, sorry for my mistake > On amd64 I currently need the trailing LDFLAGS='' to remove the "-s" > compiler option. Otherwise I get a relocation error. Using strip > separately afterwards is save. I tried that on two Linux boxes running amd64 (gentoo and ubuntu server) and I couldn't reproduce this at all. Can you compile some simple C pogram with "-s"? ("-s" is actually a linker option). //Marcin |