Re: [SEToolkit-developer] Do we have any 'build' instructions yet?
Brought to you by:
dmichelsen
From: Alex K. <ale...@gm...> - 2007-11-30 12:20:16
|
On Nov 30, 2007 6:57 AM, Dagobert Michelsen <da...@ba...> wrote: > Hi Jon, > > Am 29.11.2007 um 19:48 schrieb Tankersley, Jon: > > I'm trying to build with the latest SVN release on a clean Solaris 10 > > SPARC server. > > Alex described this in > > http://sourceforge.net/mailarchive/message.php? > > msg_id=c461c0d10706130407v2a901afexb2be1a94589b84c4%40mail.gmail.com > > > > If you check out the tree from SVN, then you can generate the build > > framework using autoconf/automake/libtool using: > > > > autoreconf -if > > > > (we've been using autoconf-2.61, automake-1.10, libtool-1.5.22). > > > > then building like this will get you a 64 bit version: > > > > CPPFLAGS=-xarch=generic64 LDFLAGS=-xarch=generic64 ./configure > > make > > make install > > > > will get you a 64 bit setoolkit installed/built (assuming you've got > > Sun Studio somewhere in your PATH). > > Just added a doc/README.SVN so that this is written down somewhere more useful! -- Alex Kiernan |