Re: [SEToolkit-developer] 32bit access to 64 bit kernel on orca
Brought to you by:
dmichelsen
From: Alex K. <ale...@gm...> - 2007-06-13 11:07:21
|
On 02/05/07, Edward Goon/NYLIM <Edw...@ny...> wrote: > > Alex > I saw on a blog that you were able to resolve a problem with 32 bit > software from Rich access the 64 bit Opteron kernel. I'm having this trouble > now and I've updated to the latest Rich se toolkits of 3.4.1 and 3.5, both > of which still exhibit the problem. I looked at your patch but didn't quite > understand what you were trying to do. Could you help out and let me know > how to fix this problem. All I get are segmentation faults. > The current SVN tree includes everything which was in those patches (they were against 3.4 rather than 3.4.1, so getting them to apply wasn't entirely straightforward). 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). Alternatively Dagobert's been working on a package for Blastwave which is almost certainly an easier route (though I'm not sure how far away he his from having something ready to release). -- Alex Kiernan |