Re: garnome-list digest, Vol 1 #754 - 3 msgs
- From: Jeff Waugh <jdub perkypants org>
- To: Dave Williams <dcwilliams phreaker net>
- Cc: garnome-list gnome org
- Subject: Re: garnome-list digest, Vol 1 #754 - 3 msgs
- Date: Fri, 5 Dec 2003 00:02:58 +1100
<quote who="Dave Williams">
> CONFIGURE_ARGS = $(DIRPATHS) #--with-libiconv=gnu
> removed the "#--with" in the CONFIGURE_ARGS line
The # means "comment". You only want to remove the #, so it reads
--with-libiconv=gnu.
> went back to the /usr/garnome-0.28.2 directory and re-ran 'make install'
You need to run 'make clean; make install', because unless the build is
reconfigured, it won't know that you want to build it against the separate
libiconv library - it still thinks you're in the middle of building it
without that turned on, as it's already configured and on its way.
So, 'make clean; make install'.
- Jeff
--
linux.conf.au 2004: Adelaide, Australia http://lca2004.linux.org.au/
"No shit, sherlock holmes com " - Mr. Bad
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]