[Roadster] compilation

Dustin kirkland dustin.kirkland at gmail.com
Wed Feb 23 19:37:10 PST 2005


---------- Forwarded message ----------
From: Dustin kirkland <dustin.kirkland at gmail.com>
Date: Thu, 24 Feb 2005 03:36:50 +0000
Subject: Re: [Roadster] compilation
To: Ian McIntosh <ian_mcintosh at linuxadvocate.org>


Ok, another compilation question...  Pardon me for not completely
understanding this build process.

/usr/lib/gcc/i386-redhat-linux/3.4.2/../../..//.libs/libgps.so: No
such file or directory

/usr/lib/gcc/i386-redhat-linux/3.4.2/../../..//.libs/ resolves to
/usr/lib.  There is no .libs/ directory in /usr/lib.  Do I have an
environment variable messed up somewhere?  I have /usr/lib/libgps.so,
which I'm creating a symlink to for work-around purposes, but I'd like
to understand what's wrong.  Thanks.

More verbose output of the compilation line causing the error follows:

make[2]: Entering directory `/work/roadster/src'
/bin/sh ../libtool --mode=link --tag=CC gcc -Wall -Wpointer-arith
 -Wmissing-prototypes -Wmissing-declarations      -Wnested-externs
-fno-strict-aliasing    -o roadster -L/usr/lib/mysql main.o db.o gui.o
mainwindow.o gotowindow.o map.o geometryset.o layers.o import.o
import_tiger.o importwindow.o util.o datasetwindow.o welcomewindow.o
gpsclient.o locationset.o searchwindow.o search_road.o
search_location.o search.o scenemanager.o databasewindow.o
-Wl,--export-dynamic -pthread -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE
-lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2
-lpangoft2-1.0 -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation
-lORBit-2 -lgthread-2.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lpthread -lz
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lcairo -lm
-lfontconfig -lpixman -lXrender -lX11 -lXext -lpng12   -lcairo
-lmysqlclient -lgps
gcc -Wall -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -fno-strict-aliasing -o .libs/roadster main.o db.o
gui.o mainwindow.o gotowindow.o map.o geometryset.o layers.o import.o
import_tiger.o importwindow.o util.o datasetwindow.o welcomewindow.o
gpsclient.o locationset.o searchwindow.o search_road.o
search_location.o search.o scenemanager.o databasewindow.o
-Wl,--export-dynamic  -L/usr/lib/mysql -pthread -L/usr/X11R6/lib
-lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2
/usr/lib/libpopt.so -lart_lgpl_2 -lpangoft2-1.0 -lbonobo-2 -lgconf-2
-lgnomevfs-2 -lbonobo-activation -lORBit-2-lgthread-2.0 -lglade-2.0
-lgtk-x11-2.0 /usr/lib/libxml2.so -lpthread -lz -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0
-lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lfontconfig -lpixman
-lXrender -lX11 -lXext -lpng12 -lcairo -lmysqlclient
/usr/lib/gcc/i386-redhat-linux/3.4.2/../../..//.libs/libgps.so -lm -lc
-lnsl
gcc: /usr/lib/gcc/i386-redhat-linux/3.4.2/../../..//.libs/libgps.so:
No such file or directory
make[2]: *** [roadster] Error 1


More information about the Roadster mailing list