Re: Re: bind_textdomain_codeset error while building gnomevfs
- From: Robert Staudinger <robert stereolyzer net>
- To: garnome-list gnome org
- Subject: Re: Re: bind_textdomain_codeset error while building gnomevfs
- Date: 22 May 2002 10:22:27 +0200
Sorry but my bug report wasn't exactly right.
At the moment I'm building 0.10 on my debian potato and it seems like the settings in gar.conf.mk don't make a single package build (only from those which would otherwise spit an undefined reference to bind_textdomain_codeset of course).
--with-gnu-ld doesn't seem to be required (for "problem garballs"?)
adding -L/opt/gnome2/lib/libgettextlib.so or /opt/gnome2/lib/libgettextlib.so to the LDFLAGS in gar.conf.mk doesn't do the job.
What works for me is the painful way
when the build stops:
- open terminal 2
- make sure $(prefix)/bin is in the PATH, LD_LIBRARY_PATH contains $(prefix)/lib and LDFLAGS=/opt/gnome2/lib/libgettextlib.so is set
- get ./configure arguments from config.log
- make clean, reconfigure, make, make install
- continue make install in terminal 1
What I don't understand is why the settings from gar.conf.mk don't seem to effect the build (esp. LDFLAGS).
Hope that wasn't too confused.
Any suggestions how to ease the process are welcome.
Robert
> <quote who="Robert Staudinger">
>
> > - add --with-gnu-ld to your CONFIGURE_ARGS in gar.conf.mk
>
> How is that going to affect portability of GARNOME to other systems such as
> Solaris and *BSD?
>
> > However this didn't work for all of the packages so here's what I did
> > with the failing ones:
> > - make clean in the base directory of the packages source tree
> > - make sure that libgettextlib.so is in LDFLAGS as described above
>
> Interesting, I'll look into fixing it somehow, because various distros have
> an issue with it as it stands.
>
> > - make sure that your new gnome's bin directory is in the PATH
> > - make sure that your new gnome's lib directory is in the LD_LIBRARY_PATH
> > - grep the configure args out of config.log for the respective package
> > and reconfigure
> > - make && make install
>
> Those are handled by GARNOME normally anyway, so the real fixes are above.
>
> - Jeff
>
> --
> "Then it hit me: What I really want is for all edit panes in all
> applications to be gnuclient processes hooked to a centralized emacs
> gnuserver process!" - Gary Murphy
> --
> garnome-list mailing list
> garnome-list gnome org
> http://mail.gnome.org/mailman/listinfo/garnome-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]