opensand team mailing list archive
-
opensand team
-
Mailing list archive
-
Message #00075
Sources instalation with Ubuntu 12.04 server LTS
Hi guys,
Few days back I start my work with other Linux distributions. I decide to
proced with ubuntu 12.04 LTS desktop - 32 bits. Of course I have encounter
some issues with packages installation. I can´t show any error logs at the
moment because that virtual machine crashed (memtest at startup all over
again). I decide to check what sources instaltion for Ubuntu 12.04 server
32-bit edition can bring to the table. I have first issue to report. I
perform regular sources compilation and this is first issue:
andyg@andyg:~/opensand-trunk/opensand-env-plane$ make
make all-recursive
make[1]: Entering directory `/home/andyg/opensand-trunk/opensand-env-plane'
Making all in src
make[2]: Entering directory
`/home/andyg/opensand-trunk/opensand-env-plane/src'
/bin/bash ../libtool --tag=CC --mode=link gcc -g -Wall -W -Werror
-DUTI_DEBUG_ON -D_ASP_TRACE -D_ASP_PROBE_CHECK -D_ASP_TRACE_ERROR -g -O2
-o ProbeController ProbeController.o ProbeControllerInterface.o
libopensand_env_plane.la
libtool: link: gcc -g -Wall -W -Werror -DUTI_DEBUG_ON -D_ASP_TRACE
-D_ASP_PROBE_CHECK -D_ASP_TRACE_ERROR -g -O2 -o .libs/ProbeController
ProbeController.o ProbeControllerInterface.o
./.libs/libopensand_env_plane.so
ProbeControllerInterface.o: In function `StoreComponentData':
/home/andyg/opensand-trunk/opensand-env-plane/src/ProbeControllerInterface.c:253:
undefined reference to `sqrt'
collect2: ld returned 1 exit status
make[2]: *** [ProbeController] Error 1
make[2]: Leaving directory
`/home/andyg/opensand-trunk/opensand-env-plane/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/andyg/opensand-trunk/opensand-env-plane'
make: *** [all] Error 2
Any suggestions ??
Regards,
Andy
Follow ups