Re: [Freeipmi-devel] Re: freeipmi in 64bit?

2010-01-17 Thread Andrew Wansink
To build on OpenSolaris x86_64 I use the following 'recipe'

1. Put bmc_intf.h (from OpenSolaris.org) into /opt/include
2.  CFLAGS=-m64 CPPFLAGS=-I/opt/include ./configure
3.  make

If you're doing any IPMI over LAN I suggest you get the
patch I posted earlier today.

Andrew Wansink

On Sun, Dec 20, 2009 at 10:42:34AM -0800, Al Chu wrote:
 Off the top of my head, I don't know for sure on Solaris.  Based on
 other experiences, I've used the --target option and --build option
 before.  At the core, configure is making 32bit b/c it's finding 32bit
 stuff (e.g. libs, compilers, etc.).  Incorrect paths could be another
 possible issue.
 
 Al
 
 On Thu, 2009-01-15 at 16:11 +0100, David Maxera wrote:
  Hi,
  
  We build on x86_64 Solaris. However, the libraries created by the 
  standard configure/make are build only for the 32 bit mode. Any idea how 
  can I get the 64 bit versions?
  
  David
  
  
   We programmed it for 32 or 64 bit support, and we (at LLNL) have used
   FreeIPMI on Itanium and x86_64 machines, so I assume it should already
   work.  Are you having problems?
   
   Al
   
   On Wed, 2009-01-14 at 15:40 +0100, Michal Bachorik - Sun Microsystems -
   Prague Czech Republic wrote:
   Al,
  
   do you think that it'd be possible to compile and use freeipmi with 
   64bit support?
  
   Regards,
  
   Michal
  
  
  
  
 -- 
 Albert Chu
 ch...@llnl.gov
 Computer Scientist
 High Performance Systems Division
 Lawrence Livermore National Laboratory
 
 
 


___
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel


Re: [Freeipmi-devel] Re: freeipmi in 64bit?

2009-12-20 Thread Al Chu
Off the top of my head, I don't know for sure on Solaris.  Based on
other experiences, I've used the --target option and --build option
before.  At the core, configure is making 32bit b/c it's finding 32bit
stuff (e.g. libs, compilers, etc.).  Incorrect paths could be another
possible issue.

Al

On Thu, 2009-01-15 at 16:11 +0100, David Maxera wrote:
 Hi,
 
 We build on x86_64 Solaris. However, the libraries created by the 
 standard configure/make are build only for the 32 bit mode. Any idea how 
 can I get the 64 bit versions?
 
 David
 
 
  We programmed it for 32 or 64 bit support, and we (at LLNL) have used
  FreeIPMI on Itanium and x86_64 machines, so I assume it should already
  work.  Are you having problems?
  
  Al
  
  On Wed, 2009-01-14 at 15:40 +0100, Michal Bachorik - Sun Microsystems -
  Prague Czech Republic wrote:
  Al,
 
  do you think that it'd be possible to compile and use freeipmi with 
  64bit support?
 
  Regards,
 
  Michal
 
 
 
 
-- 
Albert Chu
ch...@llnl.gov
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory



___
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel


Re: [Freeipmi-devel] Re: freeipmi in 64bit?

2009-01-16 Thread Al Chu
Hey David,

Hmmm.  I've been playing with it and can't quite figure out why it
behaves like this on Solaris by default.  I tried it on Solaris by
adding the environment variable CFLAGS=-m64, but I don't have a 64bit
libgcrypt installed so I can't get far.  Perhaps it would work for you?

Al

On Fri, 2009-01-16 at 12:52 +0100, David Maxera wrote:
 Hi,
 
 We build on x86_64 Solaris. However, the libraries created by the
 standard configure/make are build only for the 32 bit mode. Any idea how
 can I get the 64 bit versions?
 
 David
 
 
  We programmed it for 32 or 64 bit support, and we (at LLNL) have used
  FreeIPMI on Itanium and x86_64 machines, so I assume it should already
  work.  Are you having problems?
  
  Al
  
  On Wed, 2009-01-14 at 15:40 +0100, Michal Bachorik - Sun Microsystems -
  Prague Czech Republic wrote:
  Al,
 
  do you think that it'd be possible to compile and use freeipmi with 
  64bit support?
 
  Regards,
 
  Michal
 
 
 
 
 
-- 
Albert Chu
ch...@llnl.gov
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory



___
Freeipmi-devel mailing list
Freeipmi-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/freeipmi-devel