[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tclcl compile failure w/ Solaris 7
Hi
Check that the shell variable
LD_LIBRARY_PATH=
has path to libstdc++.so.2.8.1.1
In my case I use
LD_LIBRARY_PATH="/usr/local/lib"
Regards
Andres
On Thu, 13 May 1999, Rik Flor wrote:
> I am trying to build and install ns-allinone-2.1b5 on the following
> Solaris system:
>
> Solaris 7 Sparc
> gcc 2.8.1
> libstdc++-2.8.1.1
>
> A side note: For those Sparc gcc users, you need to modify the "install"
> script so that the tcl and tk "configure" lines include "--enable-gcc".
> Otherwise, it will try to use the Solaris cc compiler.
>
> Anyway, back to my problem. The compile goes fine until it gets to tclcl.
> It then fails with the following:
>
> rm -f embedded-tcl.cc
> ./tcl2c++ et_tcl ../tclbox/lib/tcl8.0/init.tcl > embedded-tcl.cc
> ld.so.1: ./tcl2c++: fatal: libstdc++.so.2.8.1.1: open failed: No such file
> or directory
> *** Error code 137
> make: Fatal error: Command failed for target `embedded-tcl.cc'
> tclcl-1.0b8 make failed! Exiting ...
>
> Ideas as to what's going on here? Hints and tips from existing Solaris 7
> users would be very helpful <grin>
>
> Thanks,
> Rik
>
>