swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installation Problems on Solaris 2.4


From: Mark A. Stevens
Subject: Re: Installation Problems on Solaris 2.4
Date: Wed, 20 Aug 1997 11:46:20 -0500 (CDT)

> ...
> But you probably already know that. I built gcc, make, gdb and was
> going to build Tcl/Tk, I need hypot.o which is in libm.a for GNU based
> systems, but is called:
> 
> w_hypot.o
> e_hypot.o
> 
> In Solaris 2.4's /usr/lib/libm.a. Grrr.
> 
> So, I was trying to build glibc, which I *think* includes libm in it,
> but haven't had *ANY* luck with that.

I've given up trying to install glibc 1.09.1 on Solaris 2.4. As far as
I'm concerned, it can't be done, and I've not discovered anyone else
who has done it, either. If anyone has done it, I would bet they are
using the BSD compatibility product. I don't have time to try that
now.

I did find hypot.o in libm.so, however, so I did finally get Tcl/Tk
7.6/4.2 and 7.5/4.1 built.

For those who might follow these tracks. This is for my path:

#!/usr/bin/csh
# for Solaris (SVR4) compatibility
setenv LD_LIBRARY_PATH 
/home/xmas/local/lib:/usr/local/lib:/usr/lib":"$LD_LIBRARY_PATH
setenv PATH 
/home/xmas/local/bin:/home/xmas/bin:/opt/local/bin:/opt/local/prog/bin:/opt/local/uxb1/bin:/opt/local/common/bin:/usr/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/openwin/bin:.

and then:

cd tcl7.6
cd unix
./configure --prefix=/home/xmas/local --exec-prefix=/home/xmas/local 
--enable-gcc --enable-shared
make
make install

cd tk4.2
./configure --prefix=/home/xmas/local --exec-prefix=/home/xmas/local 
--enable-gcc
make
make install

cd tcl7.5
cd unix
./configure --prefix=/home/xmas/local --exec-prefix=/home/xmas/local 
--enable-gcc --enable-shared
make
make install

cd tk4.1
cd unix
history
./configure --prefix=/home/xmas/local --exec-prefix=/home/xmas/local 
--enable-gcc
make
make install

Please note: /home/xmas is my home directory. I'm doing this because
Tcl/Tk 7.6/4.2 was installed as production, and I didn't want it
interfering with my install of Swarm.

Mark A. Stevens                      Phone:    708-235-2204
Systems Programmer/Administrator     Internet: address@hidden
Governors State University           WWW:      http://www.ECNet.Net/users/xmas/

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]