Hi,
I am new in Linux, started using Redhat 8.0 some time back, I wanted to install source navigator. I downloaded it, and followed the steps, but, it didn't finish the installation.
I would appreciate if you give me any clue :)


I did exactly as stated in the installation.txt in the package

% mkdir snbuild ; cd snbuild
% ../sourcenav-5.2.0/configure --prefix=/opt/sourcenav

when i did this
% make

I got this
------------------

for dir in tcl tk itcl tix libgui db snavigator ; do \
if test -d $dir ; then \
echo "$dir: make all" ;\
if (cd $dir; make all) ; then true ; else exit 1 ; fi ; \
else \
exit 1; \
fi \
done;
tcl: make all
make[1]: Entering directory `/root/snbuild/tcl'
make[2]: Entering directory `/root/snbuild/tcl/unix'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/snbuild/tcl/unix'
make[1]: Leaving directory `/root/snbuild/tcl'
tk: make all
make[1]: Entering directory `/root/snbuild/tk'
make[2]: Entering directory `/root/snbuild/tk/unix'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/snbuild/tk/unix'
make[1]: Leaving directory `/root/snbuild/tk'
itcl: make all
make[1]: Entering directory `/root/snbuild/itcl'
for dir in itcl itk ; do \
if test -d $dir ; then \
echo "$dir: make all" ;\
if (cd $dir; make all) ; then true ; else exit 1 ; fi ; \
else \
exit 1; \
fi \
done;
itcl: make all
make[2]: Entering directory `/root/snbuild/itcl/itcl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/snbuild/itcl/itcl'
itk: make all
make[2]: Entering directory `/root/snbuild/itcl/itk'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/snbuild/itcl/itk'
make[1]: Leaving directory `/root/snbuild/itcl'
tix: make all
make[1]: Entering directory `/root/snbuild/tix'
make[2]: Entering directory `/root/snbuild/tix/unix'
make[3]: Entering directory `/root/snbuild/tix/unix/tk8.3'
gcc -pipe -rdynamic tixAppInit.o -L/root/snbuild/tix/unix/tk8.3 -ltix4.1.8.1 -L/root/snbuild/tk/unix -ltk8.3 -L/root/snbuild/tcl/unix -ltcl8.3 -L/usr/X11R6/lib -lX11
-ldl -lieee -lm \
-Wl,-rpath,/opt/sourcenav/lib -o tixwish
gcc: tixAppInit.o: No such file or directory
make[3]: *** [tixwish] Error 1
make[3]: Leaving directory `/root/snbuild/tix/unix/tk8.3'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/snbuild/tix/unix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/snbuild/tix'
make: *** [all] Error 1


Thanks alot

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus



-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to