متأسفانه من اين كار رو هم كردم ولي باز جواب نداد، يه سري ديگه مخزن هم اضافه كردن ولي اون چيزي رو كه ديگه الان مطمئنم اينه كه مشكل از كمبود پكيچ هام نيست.
حالا من خروجي configure و make و make install رو ميذارم تا شايد بتونين كمكم كنين. در ضمن اينم بگم كه من Ubuntu 9.10 64-bit دارم.
static configure
root@ALI-PC:~/Desktop/Robocup Libraries/librcsc-3.1.2# ./configure --disable-shared "CXXFLAGS=-O2 -march=i686"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name...
configure: error: in `/root/Desktop/Robocup Libraries/librcsc-3.1.2':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
root@ALI-PC:~/Desktop/Robocup Libraries/librcsc-3.1.2#
configure
root@ALI-PC:~/Desktop/Robocup Libraries/librcsc-3.1.2# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for cos in -lm... yes
checking for deflate in -lz... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for socklen_t... yes
configure: WARNING: Libtool does not cope well with whitespace in `pwd`
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for stdbool.h that conforms to C99... yes
checking for _Bool... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for working strtod... yes
checking for vprintf... yes
checking for _doprnt... no
checking for floor... yes
checking for inet_addr... yes
checking for getaddrinfo... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for memset... yes
checking for pow... yes
checking for rint... yes
checking for select... yes
checking for socket... yes
checking for sqrt... yes
checking for strerror... yes
checking for strtol... yes
checking for boostlib >= 1.32.0... yes
checking for doxygen... /usr/bin/doxygen
checking for dot... NO
configure: creating ./config.status
config.status: creating Doxyfile
config.status: creating librcsc.pc
config.status: creating librcsc.spec
config.status: creating librcsc-config
config.status: creating Makefile
config.status: creating rcsc/Makefile
config.status: creating rcsc/ann/Makefile
config.status: creating rcsc/geom/Makefile
config.status: creating rcsc/geom/triangle/Makefile
config.status: creating rcsc/gz/Makefile
config.status: creating rcsc/monitor/Makefile
config.status: creating rcsc/net/Makefile
config.status: creating rcsc/param/Makefile
config.status: creating rcsc/rcg/Makefile
config.status: creating rcsc/time/Makefile
config.status: creating rcsc/util/Makefile
config.status: creating rcsc/common/Makefile
config.status: creating rcsc/player/Makefile
config.status: creating rcsc/action/Makefile
config.status: creating rcsc/formation/Makefile
config.status: creating rcsc/coach/Makefile
config.status: creating rcsc/trainer/Makefile
config.status: creating example/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
root@ALI-PC:~/Desktop/Robocup Libraries/librcsc-3.1.2#
make install
root@ALI-PC:~/Desktop/Robocup Libraries/librcsc-3.1.2# make install
Making install in rcsc
make[1]: Entering directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc'
Making install in util
make[2]: Entering directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/util'
make[3]: Entering directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/util'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/util'
make[2]: Leaving directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/util'
Making install in geom
make[2]: Entering directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom'
Making install in triangle
make[3]: Entering directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom/triangle'
make[4]: Entering directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom/triangle'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom/triangle'
make[3]: Leaving directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom/triangle'
Making install in .
make[3]: Entering directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom'
make[4]: Entering directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../../libtool --mode=install /usr/bin/install -c librcsc_geom.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/librcsc_geom.so.4.1.0 /usr/local/lib/librcsc_geom.so.4.1.0
libtool: install: (cd /usr/local/lib && { ln -s -f librcsc_geom.so.4.1.0 librcsc_geom.so.4 || { rm -f librcsc_geom.so.4 && ln -s librcsc_geom.so.4.1.0 librcsc_geom.so.4; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f librcsc_geom.so.4.1.0 librcsc_geom.so || { rm -f librcsc_geom.so && ln -s librcsc_geom.so.4.1.0 librcsc_geom.so; }; })
libtool: install: /usr/bin/install -c .libs/librcsc_geom.lai /usr/local/lib/librcsc_geom.la
/bin/bash: /root/Desktop/Robocup: No such file or directory
make[4]: *** [install-libLTLIBRARIES] Error 127
make[4]: Leaving directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc/geom'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/Robocup Libraries/librcsc-3.1.2/rcsc'
make: *** [install-recursive] Error 1
root@ALI-PC:~/Desktop/Robocup Libraries/librcsc-3.1.2#