When I try to install GPS-Greylist under suse version 10.1, I get the following error (when running "make -f Makefile.cvs"):
checking for dlopen in -ldl... yes
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
mail:/usr/local/bin/gps-1.005 # make -f Makefile.cvs
aclocal
autoheader
automake
src/Makefile.am: required file `./depcomp' not found
make: *** [all] Error 1
mail:/usr/local/bin/gps-1.005 #
Did I forget to install some Package not mentioned in the manual? Any help is welcome.
I installed the following Packages:
libstdc++ 4.1.0-25
libdbi 0.8.2-1
libdbi-devel 0.8.2-1
libdbi-drivers-mysql 0.8.1-2
Re: Trouble compiling version 1.005 under suse 10.1
This is what I tried the other day. I think there is something missing but I am not quite sure yet what it is. I didn't log so I am filling in gaps from memory:
svn co https://greylist.svn.sourceforge.net/svnroot/greylist greylist
cd greylist/
make -f Makefile.cvs
--> Problem
automake --add-missing
make -f Makefile.cvs
./configure
...
..worked. I noticed that I needed automake, m4 and I think libtool on top of build-essentials. But that's on debian so might not be relevant.
Now I have changed around the structure of the svn repository and I need to test that. I have created a new tarball based on that. Could you download it and see if it fixes the problem?
It's here: http://mimo.gn.apc.org/gps/gps-release-1.005.tar.gz
Re: Trouble compiling version 1.005 under suse 10.1
Ok, I think, I found something for you.... I tried the old Version 1.004 from your website. This is what I got:
mail:/usr/local/bin/gps-1.005 # cd ..
mail:/usr/local/bin # cd gps-1.004
mail:/usr/local/bin/gps-1.004 # make -f Makefile.cvs
aclocal
autoheader
automake
autoconf
mail:/usr/local/bin/gps-1.004 #
...and for the sake of completeness:
mail:/usr/local/bin/gps-1.004 # ./configure
checking whether to enable debugging... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... nomail:/usr/local/bin/gps-1.004 # ./configure
checking whether to enable debugging... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... 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 epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... 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/i586-suse-linux/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
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
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
appending configuration tag "F77" to libtool
checking for ld used by gcc... (cached) /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for ld used by gcc... (cached) /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking dbi/dbi.h usability... yes
checking dbi/dbi.h presence... yes
checking for dbi/dbi.h... yes
checking for dbi_conn_queryf in -ldbi... yesmail:/usr/local/bin/gps-1.004 # ./configure
checking whether to enable debugging... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
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 build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for /usr/i586-suse-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... 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 epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... 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/i586-suse-linux/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
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
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
appending configuration tag "F77" to libtool
checking for ld used by gcc... (cached) /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for ld used by gcc... (cached) /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking dbi/dbi.h usability... yes
checking dbi/dbi.h presence... yes
checking for dbi/dbi.h... yes
checking for dbi_conn_queryf in -ldbi... yes
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
mail:/usr/local/bin/gps-1.004 #
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
mail:/usr/local/bin/gps-1.004 #
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... 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/i586-suse-linux/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
checking for ld used by g++... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes
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
appending configuration tag "F77" to libtool
checking for ld used by gcc... (cached) /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for ld used by gcc... (cached) /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking dbi/dbi.h usability... yes
checking dbi/dbi.h presence... yes
checking for dbi/dbi.h... yes
checking for dbi_conn_queryf in -ldbi... yes
checking for dlopen in -lc... no
checking for dlopen in -ldl... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
mail:/usr/local/bin/gps-1.004 #
...so, worked as well. Now the make:
mail:/usr/local/bin/gps-1.004 # make
cd . && /bin/sh /usr/local/bin/gps-1.004/missing --run autoheader
rm -f stamp-h1
touch config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/usr/local/bin/gps-1.004'
Making all in src
make[2]: Entering directory `/usr/local/bin/gps-1.004/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g0 -O -g -O2 -MT configreader.o -MD -MP -MF ".deps/configreader.Tpo" -c -o configreader.o configreader.cpp; \
then mv -f ".deps/configreader.Tpo" ".deps/configreader.Po"; else rm -f ".deps/configreader.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g0 -O -g -O2 -MT db.o -MD -MP -MF ".deps/db.Tpo" -c -o db.o db.cpp; \
then mv -f ".deps/db.Tpo" ".deps/db.Po"; else rm -f ".deps/db.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g0 -O -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g0 -O -g -O2 -MT read.o -MD -MP -MF ".deps/read.Tpo" -c -o read.o read.cpp; \
then mv -f ".deps/read.Tpo" ".deps/read.Po"; else rm -f ".deps/read.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g0 -O -g -O2 -MT cfg.o -MD -MP -MF ".deps/cfg.Tpo" -c -o cfg.o cfg.cpp; \
then mv -f ".deps/cfg.Tpo" ".deps/cfg.Po"; else rm -f ".deps/cfg.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g0 -O -g -O2 -MT dbdefs.o -MD -MP -MF ".deps/dbdefs.Tpo" -c -o dbdefs.o dbdefs.cpp; \
then mv -f ".deps/dbdefs.Tpo" ".deps/dbdefs.Po"; else rm -f ".deps/dbdefs.Tpo"; exit 1; fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -g0 -O -g -O2 -MT wlcacheddb.o -MD -MP -MF ".deps/wlcacheddb.Tpo" -c -o wlcacheddb.o wlcacheddb.cpp; \
then mv -f ".deps/wlcacheddb.Tpo" ".deps/wlcacheddb.Po"; else rm -f ".deps/wlcacheddb.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -s -ldl -o gps configreader.o db.o main.o read.o cfg.o dbdefs.o wlcacheddb.o -ldbi
mkdir .libs
g++ -g -O2 -s -o gps configreader.o db.o main.o read.o cfg.o dbdefs.o wlcacheddb.o /usr/lib/libdbi.so -ldl -lm
make[2]: Leaving directory `/usr/local/bin/gps-1.004/src'
make[2]: Entering directory `/usr/local/bin/gps-1.004'
make[2]: Leaving directory `/usr/local/bin/gps-1.004'
make[1]: Leaving directory `/usr/local/bin/gps-1.004'
mail:/usr/local/bin/gps-1.004 #
... and at last the "make install"
mail:/usr/local/bin/gps-1.004 # make install
Making install in src
make[1]: Entering directory `/usr/local/bin/gps-1.004/src'
make[2]: Entering directory `/usr/local/bin/gps-1.004/src'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'gps' '/usr/local/bin/gps'
/usr/bin/install -c gps /usr/local/bin/gps/gps
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/bin/gps-1.004/src'
make[1]: Leaving directory `/usr/local/bin/gps-1.004/src'
make[1]: Entering directory `/usr/local/bin/gps-1.004'
make[2]: Entering directory `/usr/local/bin/gps-1.004'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/local/bin/gps-1.004'
make[1]: Leaving directory `/usr/local/bin/gps-1.004'
mail:/usr/local/bin/gps-1.004 #
So, the older Version is ok. It seems to be the new package, as you already thought. I hope you can find something in these outputs. I will try to install the 1.005, if you have any further ideas,... I am willing to try it out.
Many thanks for the Help so far.
PS: Sorry sorry, for this monsterous post.
Re: Trouble compiling version 1.005 under suse 10.1
I am such an #####! Forget the last post, please....
mail:/usr/local/bin/gps-1.005 # cd src
mail:/usr/local/bin/gps-1.005/src # g++ -s -o gps configreader.cpp db.cpp main.cpp read.cpp cfg.cpp dbdefs.cpp wlcacheddb.cpp signals.cpp -ldbi -ldl
main.cpp:41: error: ‘PACKAGE’ was not declared in this scope
main.cpp: In function ‘int main(char, char**)’:
main.cpp:116: error: ‘GPS_LOG_FACILITY’ was not declared in this scope
main.cpp:117: error: ‘VERSION’ was not declared in this scope
mail:/usr/local/bin/gps-1.005/src #
But the 2nd try didn't work either. Some parameters missing? Maybe I have the wrong package?
Re: Trouble compiling version 1.005 under suse 10.1
Ok, I tried it.
mail:/usr/local/bin/gps-1.005 # g++ -s -o gps configreader.cpp db.cpp main.cpp read.cpp cfg.cpp dbdefs.cpp wlcacheddb.cpp signals.cpp -ldbi -ldl
g++: configreader.cpp: No such file or directory
g++: db.cpp: No such file or directory
g++: main.cpp: No such file or directory
g++: read.cpp: No such file or directory
g++: cfg.cpp: No such file or directory
g++: dbdefs.cpp: No such file or directory
g++: wlcacheddb.cpp: No such file or directory
g++: signals.cpp: No such file or directory
mail:/usr/local/bin/gps-1.005 #
???
Re: Trouble compiling version 1.005 under suse 10.1
can you try
make distclean
and
make clean
and then do the make -f Makefile.cvs again?
Is this using SVN version or the tarball?
Re: Trouble compiling version 1.005 under suse 10.1
woahhh, many thanks for the fast response :)
I tried to do it, but no use. This was the result:
mail:/usr/local/bin/gps-1.005 # make distclean
make: *** No rule to make target `distclean'. Stop.
mail:/usr/local/bin/gps-1.005 # make clean
make: *** No rule to make target `clean'. Stop.
mail:/usr/local/bin/gps-1.005 #
The File I used for installation was "gps-1.005.tar.gz". Do I need any other additional packages, like svn? This machine wasn't build for developing software, not even for simple compilation. I had to install "autoconf" and "automake" first. So, maybe there are still some dependent packages missing on my server.
Re: Trouble compiling version 1.005 under suse 10.1
No I think it's my fault. I must have forgotten some file or something.
In the meanwhile try this
g++ -s -o gps configreader.cpp db.cpp main.cpp read.cpp cfg.cpp dbdefs.cpp wlcacheddb.cpp signals.cpp -ldbi -ldl