[Roadster] still having install problems

Ray Duncan rduncan at fudknox.org
Tue Oct 24 12:02:39 PDT 2006


I ran the patch that was sent to me for gMemChunk.  It seemed to work.
Still not sure where to put -rdynamic.  There are several references to
CFLAGS in the "Makefile".  I still can't get Roadster up and running.  See
results from autogen.sh and make.

 

localhost roadster # ./autogen.sh

/usr/bin/gnome-autogen.sh

checking for autoconf >= 2.53...

  testing autoconf2.50... not found.

  testing autoconf... found 2.59

checking for automake >= 1.7...

  testing automake-1.7... found 1.7.9

checking for libtool >= 1.4.3...

  testing libtoolize... found 1.5.22

checking for glib-gettext >= 2.2.0...

  testing glib-gettextize... found 2.10.3

checking for intltool >= 0.25...

  testing intltoolize... found 0.35.0

checking for pkg-config >= 0.14.0...

  testing pkg-config... found 0.20

checking for gnome-common >= 2.3.0...

  testing gnome-doc-common... found 2.12.0

Checking for required M4 macros...

Checking for forbidden M4 macros...

**Warning**: I am going to run `configure' with no arguments.

If you wish to pass any to it, please specify them on the

`./autogen.sh' command line.

 

Processing ./configure.ac

Running libtoolize...

Running glib-gettextize... Ignore non-fatal messages.

Copying file mkinstalldirs

Copying file po/Makefile.in.in

 

Please add the files

  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4

  progtest.m4

from the /usr/share/aclocal directory to your autoconf macro directory

or directly to your aclocal.m4 file.

You will also need config.guess and config.sub, which you can get from

ftp://ftp.gnu.org/pub/gnu/config/.

 

Running intltoolize...

Running gnome-doc-common...

Running aclocal-1.7...

Running autoconf...

Running autoheader...

Running automake-1.7...

Running ./configure --enable-maintainer-mode ...

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 whether to enable maintainer-specific portions of Makefiles... yes

checking build system type... i686-pc-linux-gnu

checking host system type... i686-pc-linux-gnu

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 ANSI C... none needed

checking dependency style of gcc... gcc3

checking for a sed that does not truncate output... /bin/sed

checking for egrep... grep -E

checking for ld used by gcc... /usr/i686-pc-linux-gnu/bin/ld

checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes

checking for /usr/i686-pc-linux-gnu/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 for g++... g++

checking whether we are using the GNU C++ compiler... yes

checking whether g++ accepts -g... yes

checking dependency style of g++... gcc3

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... gfortran

checking whether we are using the GNU Fortran 77 compiler... yes

checking whether gfortran accepts -g... yes

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 for correct ltmain.sh version... yes

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/i686-pc-linux-gnu/bin/ld) 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... yes

configure: creating libtool

appending configuration tag "CXX" to libtool

checking for ld used by g++... /usr/i686-pc-linux-gnu/bin/ld

checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes

checking whether the g++ linker (/usr/i686-pc-linux-gnu/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/i686-pc-linux-gnu/bin/ld) supports
shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

appending configuration tag "F77" to libtool

checking if libtool supports shared libraries... yes

checking whether to build shared libraries... yes

checking whether to build static libraries... yes

checking for gfortran option to produce PIC... -fPIC

checking if gfortran PIC flag -fPIC works... yes

checking if gfortran static flag -static works... yes

checking if gfortran supports -c -o file.o... yes

checking whether the gfortran linker (/usr/i686-pc-linux-gnu/bin/ld)
supports shared libraries... yes

checking dynamic linker characteristics... GNU/Linux ld.so

checking how to hardcode library paths into programs... immediate

checking for strerror in -lcposix... no

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 ANSI C... (cached) none needed

checking dependency style of gcc... (cached) gcc3

checking for gcc option to accept ANSI C... none needed

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 for ANSI C header files... (cached) yes

checking for perl... /usr/bin/perl

checking for XML::Parser... ok

checking for iconv... /usr/bin/iconv

checking for msgfmt... /usr/bin/msgfmt

checking for msgmerge... /usr/bin/msgmerge

checking for xgettext... /usr/bin/xgettext

checking locale.h usability... yes

checking locale.h presence... yes

checking for locale.h... yes

checking for LC_MESSAGES... yes

checking libintl.h usability... yes

checking libintl.h presence... yes

checking for libintl.h... yes

checking for ngettext in libc... yes

checking for dgettext in libc... yes

checking for bind_textdomain_codeset... yes

checking for msgfmt... /usr/bin/msgfmt

checking for dcgettext... yes

checking for gmsgfmt... /usr/bin/gmsgfmt

checking for xgettext... /usr/bin/xgettext

checking for pkg-config... /usr/bin/pkg-config

checking pkg-config is at least version 0.9.0... yes

checking for GNOME... yes

checking for CAIRO... yes

checking for LIBSVG... checking whether to disable deprecated glib/gtk+/etc.
features... yes

checking for mysql_config... /usr/bin/mysql_config

checking MySQL libraries... -L/usr/lib/mysql -lmysqld -lz -lpthread -lcrypt
-lnsl -lm -lpthread -lrt -lmygcc -lsupc++

checking mysql includes... "-I/usr/include/mysql -march=i686 -pipe
-DHAVE_ERRNO_AS_DEFINE=1"

checking gps.h usability... yes

checking gps.h presence... yes

checking for gps.h... yes

configure: creating ./config.status

config.status: creating Makefile

config.status: creating data/Makefile

config.status: creating src/Makefile

config.status: creating pixmaps/Makefile

config.status: creating po/Makefile.in

config.status: creating data/roadster.desktop

config.status: creating config.h

config.status: config.h is unchanged

config.status: executing depfiles commands

config.status: executing intltool commands

config.status: executing default-1 commands

config.status: executing po/stamp-it commands

Now type `make' to compile roadster 

localhost roadster # make

make  all-recursive

make[1]: Entering directory `/usr/share/roadster'

Making all in src

make[2]: Entering directory `/usr/share/roadster/src'

/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall   -o roadster  main.o db.o
downloadmanager.o directionswindow.o gui.o mainwindow.o gotowindow.o map.o
mapinfowindow.o map_draw_cairo.o map_draw_gdk.o map_history.o map_hittest.o
map_math.o map_style.o map_tilemanager.o import.o import_tiger.o
importwindow.o util.o gpsclient.o location.o locationset.o
locationeditwindow.o searchwindow.o search_road.o search_location.o
search_city.o search_coordinate.o search.o scenemanager.o glyph.o road.o
animator.o tooltipwindow.o test_poly.o -pthread -lgnomeui-2 -lSM -lICE
-lbonoboui-2 -lgnome-keyring -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2
-lpangoft2-1.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation
-lORBit-2 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0
-lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0 -lxml2 -lz -lm   -lcairo    -L/usr/lib/mysql
-lmysqld -lz -lpthread -lcrypt -lnsl -lm -lpthread -lrt -lmygcc -lsupc++
-L/usr/lib -lgps

gcc -g -O2 -Wall -o roadster main.o db.o downloadmanager.o
directionswindow.o gui.o mainwindow.o gotowindow.o map.o mapinfowindow.o
map_draw_cairo.o map_draw_gdk.o map_history.o map_hittest.o map_math.o
map_style.o map_tilemanager.o import.o import_tiger.o importwindow.o util.o
gpsclient.o location.o locationset.o locationeditwindow.o searchwindow.o
search_road.o search_location.o search_city.o search_coordinate.o search.o
scenemanager.o glyph.o road.o animator.o tooltipwindow.o test_poly.o
-pthread  /usr/lib/libgnomeui-2.so -L/usr/lib /usr/lib/libjpeg.so
/usr/lib/libbonoboui-2.so /usr/lib/libSM.so /usr/lib/libICE.so
/usr/lib/libgnome-keyring.so /usr/lib/libgnomecanvas-2.so
/usr/lib/libgnome-2.so /usr/lib/libesd.so /usr/lib/libaudiofile.so
/usr/lib/libasound.so /usr/lib/libart_lgpl_2.so /usr/lib/libgnomevfs-2.so
-lssl -lcrypto -lresolv -lutil /usr/lib/libbonobo-2.so
/usr/lib/libgconf-2.so /usr/lib/libbonobo-activation.so
/usr/lib/libORBitCosNaming-2.so /usr/lib/libORBit-2.so /usr/lib/libpopt.so
/usr/lib/libgthread-2.0.so /usr/lib/libglade-2.0.so
/usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so
/usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so
/usr/lib/libglib-2.0.so /usr/lib/libxml2.so /usr/lib/libcairo.so
/usr/lib/libXrender.so /usr/lib/libX11.so /usr/lib/libXau.so
/usr/lib/libXdmcp.so -ldl /usr/lib/libpng12.so /usr/lib/libfontconfig.so
/usr/lib/libexpat.so /usr/lib/libfreetype.so -L/usr/lib/mysql -lmysqld -lz
-lcrypt -lrt -lmygcc /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libsupc++.a -lm
-L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-linux-gnu/lib
-L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1
-L/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/lib
-lgcc_s -lc /usr/lib/libgps.so -lnsl -lpthread

/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lmysqld

collect2: ld returned 1 exit status

make[2]: *** [roadster] Error 1

make[2]: Leaving directory `/usr/share/roadster/src'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/usr/share/roadster'

make: *** [all] Error 2

 

Thanks for your help,

 

 

Ray Duncan

1st Utility District of Knox County

(865)966-9741

 

Please note my new e-mail address is:  rduncan at fudknox.org

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/roadster/attachments/20061024/cda295a4/attachment-0001.html


More information about the roadster mailing list