english, how-to, linux, mobile devices
Windows Mobile 5 and Linux
Inca un post partial in engleza, tot pentru ca in target probabil nu sunt multi romani.
Romana
Descarcarea surselor synce cu suport Windows Mobile 5:
cd /usr/src
svn co https://svn.sourceforge.net/svnroot/synce/branches/libsynce/WM5/libsynce
svn co https://svn.sourceforge.net/svnroot/synce/branches/librapi2/WM5/librapi2
svn co https://svn.sourceforge.net/svnroot/synce/trunk/vdccm
Compilarea:
1) libsynce
cd libsynce/
./bootstrap
./configure
make
make install
cd ..
2) librapi2
cd librapi2/
./bootstrap
./configure
make
make install
cd ..
3) vdccm
cd vdccm/
make -f Makefile.cvs
./configure
make
make install
cd ..
In timp ce am compilat aceste programe am primit mai multe erori si a fost necesara editarea fisierelor sursa. Daca patiti la fel si nu va descurcati, contactati-ma pe email sau postati un comment aici.
Conectarea PDA-ului/telefonului prin USB:
1) Compilarea driverului usb-rndis
cd /usr/src
svn co https://svn.sourceforge.net/svnroot/synce/trunk/oleavr-files/usb-rndis
cd usb-rndis/
make
./clean.sh
make install
2) Gasirea interfete folosite de usb-rndis
dmesg | grep “eth[0-9″>: register” | grep “rndis_host” | tail -1
Daca totul a mers bine, veti vedea o linie de genul
eth1: register ‘rndis_host’ at usb-0000:00:02.0-2, RNDIS device, 80:00:60:0f:e8:00
3) Asignarea adresei ip
ifconfig eth1 169.254.2.2 netmask 255.255.255.0 up
Daca e cazul, inlocuiti eth1 cu interfata obtinuta prin rularea comenzii de mai sus.
4) Realizarea conexiunii
Aceste comenzi vor trebui rulate de user-ul pe care il folositi in mod normal.
vdccm -s 40
triggerconnection 169.254.2.1
5) Testarea conexiunii
pls /
Daca primiti o lista cu directoarele de pe dispozitivul mobil, totul a mers bine.
Accesul la file system-ul dispozitivului se realizeaza cel mai usor folosind un plugin pentru nautilus:
svn co https://svn.sourceforge.net/svnroot/synce/trunk/gnomevfs
cd gnomevfs/
./bootstrap
./configure
make
make install
In /etc/gnome-vfs-2.0/modules/default-modules.conf se adauga linia: synce: libsyncevfs.
Restartati sistemul.
Autentificati-va.
Conectati dispozitivul mobil.
Rulati din nou comenzile pentru asignarea adresei ip si realizarea conexiunii.
Rulati comanda nautilus synce:///.
Felicitari, ar trebui sa aveti acces la file system-ul dispozitivului.
English
Downloading synce with Windows Mobile 5 support:
cd /usr/src
svn co https://svn.sourceforge.net/svnroot/synce/branches/libsynce/WM5/libsynce
svn co https://svn.sourceforge.net/svnroot/synce/branches/librapi2/WM5/librapi2
svn co https://svn.sourceforge.net/svnroot/synce/trunk/vdccm
Compiling:
1) libsynce
cd libsynce/
./bootstrap
./configure
make
make install
cd ..
2) librapi2
cd librapi2/
./bootstrap
./configure
make
make install
cd ..
3) vdccm
cd vdccm/
make -f Makefile.cvs
./configure
make
make install
cd ..
During the compiling of this programs, there may be some errors. If this happens, you need to edit some source files. If you don’t know how, post a comment here or send me an email.
Connecting you device using an USB cable:
1) Compiling the usb-rndis driver
cd /usr/src
svn co https://svn.sourceforge.net/svnroot/synce/trunk/oleavr-files/usb-rndis
cd usb-rndis/
make
./clean.sh
make install
2) Finding the interface used by usb-rndis
dmesg | grep “eth[0-9″>: register” | grep “rndis_host” | tail -1
If everything went well, you will see a line like
eth1: register ‘rndis_host’ at usb-0000:00:02.0-2, RNDIS device, 80:00:60:0f:e8:00
3) Asigning the ip adress
ifconfig eth1 169.254.2.2 netmask 255.255.255.0 up
4) Connecting
This commands must be run by your normal user.
vdccm -s 40
triggerconnection 169.254.2.1
5) Testing the connection
pls /
If the command above returns a list with the folders from your PDA, everything is ok.
The most simple method to access your mobile device is to use a nautilus plugin.
svn co https://svn.sourceforge.net/svnroot/synce/trunk/gnomevfs
cd gnomevfs/
./bootstrap
./configure
make
make install
Add a line containing synce: libsyncevfs to /etc/gnome-vfs-2.0/modules/default-modules.conf .
Restart you computer.
Log in.
Connect you mobile device.
Run the commands for assigning the ip adress and connecting.
Run the command nautilus synce:///.
Now you should have acces to the filesystem of you mobile device.
06 Oct 2006 Cosmin


Can you help me with these error messages?
Everything seems to be ok up until this point: (/usr/src/libsynce$ make)
Making all in lib
make[1]: Entering directory `/usr/src/libsynce/lib’
make all-recursive
make[2]: Entering directory `/usr/src/libsynce/lib’
Making all in config
make[3]: Entering directory `/usr/src/libsynce/lib/config’
if /bin/bash ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../lib -Wall -Wsign-compare -Wno-long-long -MT config.lo -MD -MP -MF “.deps/config.Tpo” -c -o config.lo config.c; \
then mv -f “.deps/config.Tpo” “.deps/config.Plo”; else rm -f “.deps/config.Tpo”; exit 1; fi
../../libtool: line 1242: config.loT: Permission denied
mkdir .libs
mkdir: cannot create directory `.libs’: Permission denied
make[3]: *** [config.lo] Error 1
make[3]: Leaving directory `/usr/src/libsynce/lib/config’
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/libsynce/lib’
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/libsynce/lib’
make: *** [all-recursive] Error 1
david@holly:/usr/src/libsynce$ make install
Making install in lib
make[1]: Entering directory `/usr/src/libsynce/lib’
Making install in config
make[2]: Entering directory `/usr/src/libsynce/lib/config’
if /bin/bash ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../lib -Wall -Wsign-compare -Wno-long-long -MT config.lo -MD -MP -MF “.deps/config.Tpo” -c -o config.lo config.c; \
then mv -f “.deps/config.Tpo” “.deps/config.Plo”; else rm -f “.deps/config.Tpo”; exit 1; fi
../../libtool: line 1242: config.loT: Permission denied
mkdir .libs
mkdir: cannot create directory `.libs’: Permission denied
make[2]: *** [config.lo] Error 1
make[2]: Leaving directory `/usr/src/libsynce/lib/config’
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/libsynce/lib’
make: *** [install-recursive] Error 1
david@holly:/usr/src/libsynce$ cd ..
david@holly:/usr/src$
david@holly:/usr/src$ cd librapi2/
david@holly:/usr/src/librapi2$ sudo ./bootstrap
Creating configure.ac…done.
Creating librapi2.spec…done.
+ aclocal -I m4
+ autoheader
+ libtoolize –copy –automake
+ automake –copy –foreign –add-missing
+ autoconf
david@holly:/usr/src/librapi2$ sudo ./configure
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking target system Making all in lib
make[1]: Entering directory `/usr/src/libsynce/lib’
make all-recursive
make[2]: Entering directory `/usr/src/libsynce/lib’
Making all in config
make[3]: Entering directory `/usr/src/libsynce/lib/config’
if /bin/bash ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../lib -Wall -Wsign-compare -Wno-long-long -MT config.lo -MD -MP -MF “.deps/config.Tpo” -c -o config.lo config.c; \
then mv -f “.deps/config.Tpo” “.deps/config.Plo”; else rm -f “.deps/config.Tpo”; exit 1; fi
../../libtool: line 1242: config.loT: Permission denied
mkdir .libs
mkdir: cannot create directory `.libs’: Permission denied
make[3]: *** [config.lo] Error 1
make[3]: Leaving directory `/usr/src/libsynce/lib/config’
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/libsynce/lib’
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/libsynce/lib’
make: *** [all-recursive] Error 1
david@holly:/usr/src/libsynce$ make install
Making install in lib
make[1]: Entering directory `/usr/src/libsynce/lib’
Making install in config
make[2]: Entering directory `/usr/src/libsynce/lib/config’
if /bin/bash ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../lib -Wall -Wsign-compare -Wno-long-long -MT config.lo -MD -MP -MF “.deps/config.Tpo” -c -o config.lo config.c; \
then mv -f “.deps/config.Tpo” “.deps/config.Plo”; else rm -f “.deps/config.Tpo”; exit 1; fi
../../libtool: line 1242: config.loT: Permission denied
mkdir .libs
mkdir: cannot create directory `.libs’: Permission denied
make[2]: *** [config.lo] Error 1
make[2]: Leaving directory `/usr/src/libsynce/lib/config’
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/libsynce/lib’
make: *** [install-recursive] Error 1
david@holly:/usr/src/libsynce$ cd ..
david@holly:/usr/src$
david@holly:/usr/src$ cd librapi2/
david@holly:/usr/src/librapi2$ sudo ./bootstrap
Creating configure.ac…done.
Creating librapi2.spec…done.
+ aclocal -I m4
+ autoheader
+ libtoolize –copy –automake
+ automake –copy –foreign –add-missing
+ autoconf
david@holly:/usr/src/librapi2$ sudo ./configure
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking target system type… i686-pc-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking for style of include used by make… GNU
checking for gcc… gcc
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 gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking dependency style of gcc… gcc3
checking for an ANSI C-conforming const… yes
checking how to run the C preprocessor… gcc -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 for void *… yes
checking size of void *… 4
checking for gawk… (cached) mawk
checking for gcc… (cached) gcc
checking whether we are using the GNU C compiler… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for gcc option to accept ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking for g++… no
checking for c++… no
checking for gpp… no
checking for aCC… no
checking for CC… no
checking for cxx… no
checking for cc++… no
checking for cl.exe… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking whether we are using the GNU C++ compiler… no
checking whether g++ accepts -g… no
checking dependency style of g++… none
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for gcc… (cached) gcc
checking whether we are using the GNU C compiler… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for gcc option to accept ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking for a sed that does not truncate output… /bin/sed
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for /usr/bin/ld option to reload object files… -r
checking for BSD-compatible nm… /usr/bin/nm -B
checking how to recognise dependent libraries… pass_all
checking dlfcn.h usability… yes
checking dlfcn.h presence… yes
checking for dlfcn.h… yes
checking for g77… no
checking for f77… noMaking all in lib
make[1]: Entering directory `/usr/src/libsynce/lib’
make all-recursive
make[2]: Entering directory `/usr/src/libsynce/lib’
Making all in config
make[3]: Entering directory `/usr/src/libsynce/lib/config’
if /bin/bash ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../lib -Wall -Wsign-compare -Wno-long-long -MT config.lo -MD -MP -MF “.deps/config.Tpo” -c -o config.lo config.c; \
then mv -f “.deps/config.Tpo” “.deps/config.Plo”; else rm -f “.deps/config.Tpo”; exit 1; fi
../../libtool: line 1242: config.loT: Permission denied
mkdir .libs
mkdir: cannot create directory `.libs’: Permission denied
make[3]: *** [config.lo] Error 1
make[3]: Leaving directory `/usr/src/libsynce/lib/config’
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/libsynce/lib’
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/libsynce/lib’
make: *** [all-recursive] Error 1
david@holly:/usr/src/libsynce$ make install
Making install in lib
make[1]: Entering directory `/usr/src/libsynce/lib’
Making install in config
make[2]: Entering directory `/usr/src/libsynce/lib/config’
if /bin/bash ../../libtool –tag=CC –mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../lib -Wall -Wsign-compare -Wno-long-long -MT config.lo -MD -MP -MF “.deps/config.Tpo” -c -o config.lo config.c; \
then mv -f “.deps/config.Tpo” “.deps/config.Plo”; else rm -f “.deps/config.Tpo”; exit 1; fi
../../libtool: line 1242: config.loT: Permission denied
mkdir .libs
mkdir: cannot create directory `.libs’: Permission denied
make[2]: *** [config.lo] Error 1
make[2]: Leaving directory `/usr/src/libsynce/lib/config’
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/libsynce/lib’
make: *** [install-recursive] Error 1
david@holly:/usr/src/libsynce$ cd ..
david@holly:/usr/src$
david@holly:/usr/src$ cd librapi2/
david@holly:/usr/src/librapi2$ sudo ./bootstrap
Creating configure.ac…done.
Creating librapi2.spec…done.
+ aclocal -I m4
+ autoheader
+ libtoolize –copy –automake
+ automake –copy –foreign –add-missing
+ autoconf
david@holly:/usr/src/librapi2$ sudo ./configure
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking target system type… i686-pc-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking for style of include used by make… GNU
checking for gcc… gcc
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 gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking dependency style of gcc… gcc3
checking for an ANSI C-conforming const… yes
checking how to run the C preprocessor… gcc -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 for void *… yes
checking size of void *… 4
checking for gawk… (cached) mawk
checking for gcc… (cached) gcc
checking whether we are using the GNU C compiler… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for gcc option to accept ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking for g++… no
checking for c++… no
checking for gpp… no
checking for aCC… no
checking for CC… no
checking for cxx… no
checking for cc++… no
checking for cl.exe… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking whether we are using the GNU C++ compiler… no
checking whether g++ accepts -g… no
checking dependency style of g++… none
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for gcc… (cached) gcc
checking whether we are using the GNU C compiler… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for gcc option to accept ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking for a sed that does not truncate output… /bin/sed
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for /usr/bin/ld option to reload object files… -r
checking for BSD-compatible nm… /usr/bin/nm -B
checking how to recognise dependent libraries… pass_all
checking dlfcn.h usability… yes
checking dlfcn.h presence… yes
checking for dlfcn.h… yes
checking for g77… no
checking for f77… no
checking for xlf… no
checking for frt… no
checking for pgf77… no
checking for cf77… no
checking for fort77… no
checking for fl32… no
checking for af77… no
checking for f90… no
checking for xlf90… no
checking for pgf90… no
checking for pghpf… no
checking for epcf90… no
checking for gfortran… no
checking for g95… no
checking for f95… no
checking for fort… no
checking for xlf95… no
checking for ifort… no
checking for ifc… no
checking for efc… no
checking for pgf95… no
checking for lf95… no
checking for ftn… no
checking whether we are using the GNU Fortran 77 compiler… no
checking whether accepts -g… no
checking the maximum length of command line arguments… 32768
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for objdir… .libs
checking for ar… ar
checking for ranlib… ranlib
checking for strip… strip
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC
checking if gcc PIC flag -fPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… cat: /etc/ld.so.conf.d/*.conf: No such file or directory
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… yes
configure: creating libtool
appending configuration tag “CXX” to libtool
appending configuration tag “F77″ to libtool
checking whether make sets $(MAKE)… (cached) yes
checking for ld used by GCC… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for shared library run path origin… done
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for LIBSYNCE… configure: error: Package requirements (libsynce >= 0.9.1) were not met:
No package ‘libsynce’ found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBSYNCE_CFLAGS
and LIBSYNCE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
checking for xlf… no
checking for frt… no
checking for pgf77… no
checking for cf77… no
checking for fort77… no
checking for fl32… no
checking for af77… no
checking for f90… no
checking for xlf90… no
checking for pgf90… no
checking for pghpf… no
checking for epcf90… no
checking for gfortran… no
checking for g95… no
checking for f95… no
checking for fort… no
checking for xlf95… no
checking for ifort… no
checking for ifc… no
checking for efc… no
checking for pgf95… no
checking for lf95… no
checking for ftn… no
checking whether we are using the GNU Fortran 77 compiler… no
checking whether accepts -g… no
checking the maximum length of command line arguments… 32768
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for objdir… .libs
checking for ar… ar
checking for ranlib… ranlib
checking for strip… strip
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC
checking if gcc PIC flag -fPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… cat: /etc/ld.so.conf.d/*.conf: No such file or directory
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… yes
configure: creating libtool
appending configuration tag “CXX” to libtool
appending configuration tag “F77″ to libtool
checking whether make sets $(MAKE)… (cached) yes
checking for ld used by GCC… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for shared library run path origin… done
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for LIBSYNCE… configure: error: Package requirements (libsynce >= 0.9.1) were not met:
No package ‘libsynce’ found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBSYNCE_CFLAGS
and LIBSYNCE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
type… i686-pc-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking for style of include used by make… GNU
checking for gcc… gcc
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 gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking dependency style of gcc… gcc3
checking for an ANSI C-conforming const… yes
checking how to run the C preprocessor… gcc -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 for void *… yes
checking size of void *… 4
checking for gawk… (cached) mawk
checking for gcc… (cached) gcc
checking whether we are using the GNU C compiler… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for gcc option to accept ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking for g++… no
checking for c++… no
checking for gpp… no
checking for aCC… no
checking for CC… no
checking for cxx… no
checking for cc++… no
checking for cl.exe… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking whether we are using the GNU C++ compiler… no
checking whether g++ accepts -g… no
checking dependency style of g++… none
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for gcc… (cached) gcc
checking whether we are using the GNU C compiler… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for gcc option to accept ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking for a sed that does not truncate output… /bin/sed
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for /usr/bin/ld option to reload object files… -r
checking for BSD-compatible nm… /usr/bin/nm -B
checking how to recognise dependent libraries… pass_all
checking dlfcn.h usability… yes
checking dlfcn.h presence… yes
checking for dlfcn.h… yes
checking for g77… no
checking for f77… no
checking for xlf… no
checking for frt… no
checking for pgf77… no
checking for cf77… no
checking for fort77… no
checking for fl32… no
checking for af77… no
checking for f90… no
checking for xlf90… no
checking for pgf90… no
checking for pghpf… no
checking for epcf90… no
checking for gfortran… no
checking for g95… no
checking for f95… no
checking for fort… no
checking for xlf95… no
checking for ifort… no
checking for ifc… no
checking for efc… no
checking for pgf95… no
checking for lf95… no
checking for ftn… no
checking whether we are using the GNU Fortran 77 compiler… no
checking whether accepts -g… no
checking the maximum length of command line arguments… 32768
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for objdir… .libs
checking for ar… ar
checking for ranlib… ranlib
checking for strip… strip
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC
checking if gcc PIC flag -fPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… cat: /etc/ld.so.conf.d/*.conf: No such file or directory
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… yes
configure: creating libtool
appending configuration tag “CXX” to libtool
appending configuration tag “F77″ to libtool
checking whether make sets $(MAKE)… (cached) yes
checking for ld used by GCC… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for shared library run path origin… done
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking for LIBSYNCE… configure: error: Package requirements (libsynce >= 0.9.1) were not met:
No package ‘libsynce’ found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBSYNCE_CFLAGS
and LIBSYNCE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Do you run the commands as root? You get lots of “Permission denied” errors.
Thanks for the response - running as root makes quite a difference!
Still some errors, though:
Making install in rapi
make[2]: Entering directory `/usr/src/librapi2/tests/rapi’
source=’CeCreateDatabase.cpp’ object=’CeCreateDatabase.o’ libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src/support -I/usr/local/include -c -o CeCreateDatabase.o CeCreateDatabase.cpp
../../depcomp: line 512: exec: g++: not found
make[2]: *** [CeCreateDatabase.o] Error 127
make[2]: Leaving directory `/usr/src/librapi2/tests/rapi’
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/librapi2/tests’
make: *** [install-recursive] Error 1
—-
root@holly:/usr/src/vdccm# make -f Makefile.cvs
libtoolize -f -c –automake
aclocal
autoheader
automake -c -a
autoconf
root@holly:/usr/src/vdccm# ./configure
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking for g++… no
checking for c++… no
checking for gpp… no
checking for aCC… no
checking for CC… no
checking for cxx… no
checking for cc++… no
checking for cl.exe… no
checking for FCC… no
checking for KCC… no
checking for RCC… no
checking for xlC_r… no
checking for xlC… no
checking for C++ compiler default output file name… configure: error: C++ compiler cannot create executables
See `config.log’ for more details.
root@holly:/usr/src/vdccm# make
make: *** No targets specified and no makefile found. Stop.
root@holly:/usr/src/vdccm# make install
make: *** No rule to make target `install’. Stop.
root@holly:/usr/src/vdccm# cd ..
Any suggestions?
Yes, you should install the C++ compiler, g++.