Blake Michaleski
EF4
have fun.....
Originally posted by Eric Whitehill
You need to do a couple of things first.
It looks like configure is farking out on you, so you need to do the following:
in /rdss/soloii110/
rm config.cache
make clean
And then when that is done, since libncurses isn't installed by default IIRC....
You should be able to do a ln -sf /lib/libncurses.so.5.0 /lib/libcurses.so and I think that'll correct the issue with libncurses not showing up. (if you can't do a 'locate libcurses' and find anything, then you may need to install libncurses which you can do from package or .rpm or compile by hand if you're really daring)
If this machine is publically accessable, I wouldn't mind digging in and seeing if I can get it going.
-Eric
Originally posted by Blake Michaleski+--><div class='quotetop'>QUOTE(Blake Michaleski)</div><!--QuoteBegin-Eric WhitehillYou need to do a couple of things first.
It looks like configure is farking out on you, so you need to do the following:
in /rdss/soloii110/
rm config.cache
make clean
linux:/rdss/soloii110 # rm config.cache
rm: cannot remove `config.cache': No such file or directory
linux:/rdss/soloii110 # make clean
for d in translate editor perusal; do
(cd $d; make clean)
done
make[1]: Entering directory `/rdss/soloii110/translate'
rm -f core *.o *~ xltrsii ddex to_fb nx_reblock libs2.a
make[1]: Leaving directory `/rdss/soloii110/translate'
make[1]: Entering directory `/rdss/soloii110/editor'
rm -f core *.o *~ "" libsoloedit.a
make[1]: Leaving directory `/rdss/soloii110/editor'
make[1]: Entering directory `/rdss/soloii110/perusal'
rm -f core *.o *~ soloii ""
make[1]: Leaving directory `/rdss/soloii110/perusal'
libncurses couldntbe found on the suse dvd. does it need to be obtained on the net.
bte im posting this reply from the linux machine.[/b]
Originally posted by rdewey
Does SuSE have "yum"? In Fedora Core, you could simply issue the command "yum install xdevel" and it would automatically install the latest version in addition to all of the dependencies straight from the internet.