search for: 0060ef21765a

Displaying 1 result from an estimated 1 matches for "0060ef21765a".

2005 May 27
1
static linking
...to smaller boxes that don't have the toolchain and libraries to build the thing. I've tried using statifier (at sf.net) which claims to take a dynamic executable and transform it into a static executable. It seemed to work on my box, but when I tried it on the target box it did this: [root@0060ef21765a /]# asterisk Illegal instruction [root@0060ef21765a /]# I've also tried messing with the Makefile. Specifically I did this: #ASTLINK=-Wl,-E #SOLINK=-shared -Xlinker -x ASTLINK=-Wl,-E SOLINK=-static -Xlinker -x I also tried leaving the ASTLINK line blank. Both attempts were unsuccessful...