Hi Bryan

On Sun, 2010-06-13 at 20:59 -0400, Bryan White wrote: 
> I'm having trouble getting through the compilation of the wimax
> service. It stops here:
> 
> libtool: link: gcc -I
...
> ../../../../InfraStack/OSAgnostic/WiMax/Agents/NDnS/Source -I
> ../../../../InfraStack/OSAgnostic/WiMax/Agents/Supplicant/Source -I
> ../../../../InfraStack/OSAgnostic/WiMax/Agents/Supplicant/Source/ds
> -I/usr/local/include -I/usr/local/src/wimax-kernel/include -D
> _USE_TRACE -D BMI_MACHINE_ENDIANNESS_LITTLE -D L5_USE_SERVER_SOCKETS
> -D LINUX -D _OS_WIN32SIM -D
> PKG_VAR_LOG_DIR=\"/usr/local/var/log/wimax\" -D
> VAR_RUN_DIR=\"/usr/local/var/run\" -D WIMAXD_NAME=\"wimaxd\" -D
> LIB_DIR=\"/usr/local/lib\" -O2 -g -Wall -D _USE_TRACE -m32 -rdynamic
> -rdynamic -o .libs/wimaxd wimaxd-Act.o wimaxd-L4MsgProxy.o
> wimaxd-L5SocketsDispatcher.o wimaxd-L5Dispatcher.o
> wimaxd-L5CommonUtils.o wimaxd-KDapiAdapter.o wimaxd-KDapi.o
> wimaxd-KDapiForSim.o wimaxd-GenericMain.o wimaxd-GenericConsole.o
> wimaxd-GenericDaemon.o wimaxd-LoadInstrumentation.o
> wimaxd-DeviceConfiguration.o
> ../../WiMax/Agents/NDnS/.libs/libNDnSAgent.a
> ../../WiMax/Agents/Supplicant/.libs/libSupplicantAgent.a
> ../PipeHandler/.libs/libPipeHandler.a
> ../Instrumantation/.libs/libWmxInstrument.so
> ../../Common/CommonServices/.libs/libServices.a -lz -L/usr/local/lib
> /usr/local/lib/libwimaxll.so ../../Common/L4Common/.libs/libL4Common.a
> -lpthread -ldl -lm -lnl
> /usr/bin/ld: skipping incompatible
> /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../libz.so when searching
> for -lz
> /usr/bin/ld: skipping incompatible
> /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../libz.a when searching for
> -lz
> /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz
> /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz
> /usr/bin/ld: cannot find -lz
> collect2: ld returned 1 exit status
> make[2]: *** [wimaxd] Error 1
> make[2]: Leaving directory
> `/usr/local/src/wimax-network-service/InfraStack/OSAgnostic/Product/AppSrvInfra'
> make[1]: Leaving directory `/usr/local/src/wimax-network-service'
> make: *** [all] Error 2
> 
> This looks similar to an earlier posting concerning libnl under a 64
> bit OS. I'm running Ubuntu 10.4
> 
> ldconfig -p |grep libz
>       libz.so.1 (libc6,x86-64) => /lib/libz.so.1
>       libz.so.1 (libc6) => /usr/lib32/libz.so.1
>       libz.so (libc6,x86-64) => /usr/lib/libz.so
> 
> I'm a little worried about changing links, I'd rather not break my
> system--although it wouldn't be the first time. :-)
> Bryan White

Never seen this one -- which distro are you compiling in?

In any case, the code is still not that ready to be compiled in 64 bits,
although recent patches submitted by Dan Williams (which are in the tip
of the repository) should make that a wee bit better.


_______________________________________________
wimax mailing list
[email protected]
http://lists.linuxwimax.org/listinfo/wimax

Reply via email to