On 3/21/06, Daniel Espinosa <[EMAIL PROTECTED]> wrote: > Attached you'll find the log for configure using --prefix=/usr and the make > install command. > > 2006/3/21, Vivien Malerba < [EMAIL PROTECTED]>: > > On 3/21/06, Daniel Espinosa < [EMAIL PROTECTED] > wrote: > > > I'm trying to install libgda and libgnomedb from CVS but libgda tells it > can > > > not install libraries if the path no finish with /usr/local/lib (I used > /usr > > > in the prefix option in configure); and libgnomedb doen't find the gtk > > > lilbraries in /usr/local, then why I can't install using the /usr > prefix? > > > > I always install things myself in non standard places, so there is no > > reason it does not want to install in /usr/local. Can you send me the > > complete log starting from running the configure script? > > > > Vivien > >
Could you try to run a "make distclean" before running again "./autogen.sh --prefix=/usr"? It may be that you previously run the autogen.sh script without the --prefix option (which means that /usr/local is assumed) and that the next time you run it (or the configure script) with "--prefix=/usr" it did things wrong. Vivien _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
