Thanks for providing the detailed report; comments below: >> >>[Bug Report] >> >>----------------------------- >>Category: Installation Failure >>Package: otcl 1.11 >>OS: Linux dlnx711 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:32:18 EDT 2005 >>x86_64 x86_64 x >>Environment Variables: >>LD_LIBRARY_PATH=/usr/X11R6/lib >>TCL_LIBRARY= tk-8.3.5-92.4 >>TK_LIBRARY=tk-8.3.5-92.4 >> >> >>----------------------------- >>Description: >> >>Description of Problem: >> >> >> >>How Easily Reproducible: Every time >>(e.g. every time, intermittent, once only, etc.) >> >> >>Steps to Reproduce: >>(describe the minimal set of steps necessary to trigger the bug) >>1.Uncompress ns-allinone-2.29.2.tar.gz >>2.Type ./install >>3. >> >> >>Actual Results: >>(describe what the application did after performing the above steps) >>Installation goes fine until OTcl 1.11 where it fails with the following last >>messages: >>... >>checking for a BSD-compatible install... /usr/bin/install -c >>configure: creating ./config.status >>config.status: creating Makefile >>rm -f libotcl.so otcl.o so_locations >>gcc -c -g -O2 -DNDEBUG -DUSE_SHM -fpic -I. >>-I/design/dlnx711/fferrus/data/Master/NS/ns-allinone-2.29/include >>-I/design/dlnx711/fferrus/data/Master/NS/ns-allinone-2.29/include >>-I/design/dlnx711/fferrus/data/Master/NS/ns-allinone-2.29/include -I/include >>otcl.c >>ld -shared -o libotcl.so otcl.o >>rm -f libotcl.so >>gcc -o otclsh -g -O2 -I. >>-I/design/dlnx711/fferrus/data/Master/NS/ns-allinone-2.29/include >>-I/design/dlnx711/fferrus/data/Master/NS/ns-allinone-2.29/include >>-I/design/dlnx711/fferrus/data/Master/NS/ns-allinone-2.29/include -I/include >>otclAppInit.c \ >>-L. -lotcl -L/design/dlnx711/fferrus/data/Master/NS/ns-allinone-2.29/lib >>-ltk8.4 -L/design/dlnx711/fferrus/data/Master/NS/ns-allinone-2.29/lib >>-ltcl8.4 -L/usr/X11R6/lib -lXext -lX11 -lnsl -ldl -lm >>/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXext.so when searching >>for -lXext >>/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXext.a when searching >>for -lXext >>/usr/bin/ld: cannot find -lXext >>collect2: ld returned 1 exit status >>make: *** [otclsh] Error 1 >>otcl-1.11 make failed! Exiting ... >> >>Expected Results: >>(describe what the application should have done, were the bug not present) >> >> >>Additional Information: >>(the following infomation is helpful to debug: >> 1. simulation script, detailed output files, packet trace >> 2. patch file if you modify some source code >> 3. a backtrace from gdb if you get a segment fault >> If they are big files, PLEASE put them in your web space and >> include the URL here.) >> >>
Although I don't have access to such a machine at the moment, I think that you just need to find the path to the 64-bit X libraries (whatever the equivalent is for /usr/X11R6/lib/ on your installation-- probably /usr/X11R6/lib64/) and add that path to the LIB variable in the Makefile and try again. I will log this as an error that needs to be fixed for autodetection. Thanks, Tom
