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: Marcus G. Daniels
Subject: Re: java, Swarm, JDK1.2.2, Solaris 8 and static vs shared libraries
Date: 14 Aug 2001 12:26:42 -0600
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.7

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



reply via email to

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