swarm-support
[Top][All Lists]
Advanced

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

Re: java, Swarm, JDK1.2.2, Solaris 8 and static vs shared libraries


From: Gary Polhill
Subject: Re: java, Swarm, JDK1.2.2, Solaris 8 and static vs shared libraries
Date: Tue, 14 Aug 2001 20:00:08 +0100

OK, compilation of binutils-2.11.2 under way, with gcc-3.0 to follow -- thanks 
for your help Marcus. When the time comes to compile Swarm, would you suggest I 
stick with the version on the CD-ROM, or should I use the latest snapshot from 
the ftp site?

Thanks,

Gary

>>> Marcus G. Daniels <address@hidden> 14/08/01 19:26:42 >>>
>>>>> "GP" == Gary Polhill <address@hidden> writes:

GP> Any ideas how I fix things? 
GP> Do you need to know how I installed gcc?

If it isn't possible to use the tested configuration of those
binaries, then I suggest building and installing GCC 3.0 in disk space
under your control.  I don't know what would cause the strange
behavior you are seeing buildling HDF5, but it is possible it is a
consequence of a broken compiler propagating garbage into autoconf.
Remember you need to install the latest GNU binutils and then
configure GCC with --with-gnu-ld and --with-gnu-as.

Here's what I use to build GCC 3.0 on sparc-sun-solaris2.8.
Change $SRC and $P/development/gcc to whatever make sense on your system. 

#!/bin/sh
SRC=/disks/disk1/Scratch/mgd/src/gcc-3.0

$SRC/configure --prefix=$P/development/gcc --srcdir=$SRC --with-gnu-as 
--with-as=$P/development/gcc/bin/as --with-gnu-ld 
--with-ld=$P/development/gcc/bin/ld
make bootstrap





                  ==================================
   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.



                  ==================================
   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]