[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(possible) bug report & problem
First, there may be an error in the Makefile for the daily
snapshot (the Makefile in the main ns directory). When compliling, the
execution of
gcc -o setdest setdest.o rng.o -Dstand_alone \
-lsocket -lnsl -lintl -ldl -ldl -lm -ldl
terminates with the following error message:
ld: elf error: file rng.o: unknown type, unable to process using
elf(3E) libraries
ld: fatal: File processing errors. No output written to setdest
*** Error code 1
make: Fatal error: Command failed for target `setdest'
Removing rng.o and making from the setdest directory seems to work.
Also, a lot of the relative pathnames in the INCLUDES line of the
Makefile seem to be wrong. Compilation of the files in the indep-utils
derectory fails with "file not found" errors. This may be a problem on my
end, as I have been fiddling with a lot of things in order to get ns to
compile.
So, I finally got ns to compile, and I cant run it. Trying to
ruin ns causes the the following error message:
ld.so.1: /fs/unsupported/ns2.1b6: fatal: libotcl.so: open failed:
No such file or directory
But libotcl.so is in the otcl-1.0a4 directory. Am I supposed to
put it elsewhere? I am running Solaris 2.6, if that helps. Thanks!
Kevin