It may be possible to do what you want, though it's really doing it the hard way... I recommend you do it sanely like:
# ./configure --enable-debug --prefix=/opt/abi-test # make # make install # /opt/abi-test/bin/AbiWord or --prefix=$HOME/abi-test if you prefer. If you need to run gdb, then one way to do it is: # export ABISUITE_HOME=/opt/abi-test/share/AbiSuite # export ABISUITE_FONT_HOME=$ABISUITE_HOME/fonts # gdb /opt/abi-test/bin/AbiWord_d > run > bt Frank On Tue, 19 Nov 2002, Steve Blackwell wrote: > I decided that I didn't want to overwrite my current > installation in case I had messed something up. I wanted to run abiword > where I had built it. I found AbiWord_d in > $(HOME)/abiword-1.0.3/abi/src/wp/main/unix and ran that but it didn't work > so then I took the wrapper file, /usr/bin/AbiWord, copied it to > $(HOME)/abiword-1.0.3 and edited it so that > > ABISUITE_HOME=$(HOME)/abiword-1.0.3 > ABISUITE_LIBEXEC=$(HOME)/abiword-1.0.3/abi/src/wp/main/unix > ABISUITE_FONT_HOME=/usr/share/AbiSuite/fonts > > and ran $(HOME)/abiword-1.0.3/AbiWord but this didn't work either. I got > messages saying that $(HOME)/abiword-1.0.3/fonts/<something>/fonts.dir > couldn't be opened. Francis James Franklin [EMAIL PROTECTED] `Medium atomic weights are available: Gold, Lead, Copper, Jet, Diamond, Radium, Sapphire, Silver and Steel. `Sapphire and Steel have been assigned...' ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
