gnucash 2.0

Derek Atkins warlord at MIT.EDU
Tue Jul 11 18:02:43 EDT 2006


Hi,

Quoting Fabrice Salvaire <fabrice.salvaire at desy.de>:

> Hi,
>
> On Tue, Jul 11, 2006 at 05:46:29PM -0400, Derek Atkins wrote:
>> What command did you use for ./configure?
>
>> >It compiled in build dir. Then I installed gnucash at
>> >/media/home/salvaire/local_stow/stow/gnucash-2.0.0 with --prefix at
>> >configuration step.
>
> More clear
>
> ./configure --prefix=/media/home/salvaire/local_stow/stow/gnucash-2.0.0
> make install
>
>> What command did you use for "make install"?
>>
>> If you set "prefix=..." during make install....  You did it wrong.
>> Set --prefix=... during ./configure ONLY.  NEVER use 'prefix=' during
>> make install.

Very interesting.  This works fine for me.  Did you start the compile
and then change your mind about the --prefix?  Gnucash certainly knows
to look under ${prefix} for glade files.  Can you:

  rm -rf /media/home/salvaire/local_stow/stow/gnucash-2.0.0
  cd <build-dir>
  make distclean
  ./configure --prefix=/media/home/salvaire/local_stow/stow/gnucash-2.0.0
  make all install

-derek

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-user mailing list