Hello, I have just compiled openssh version 2.1.0p2 n irix 6.5.5 an encounterd the following 'problem'. On IRIX there are 3 abi's (Application Binary Interface). o32) The old 32-bit ABI which was standard on IRIX 5 systems n64) The 64-bit ABI n32) The new high performance 32-bit ABI On IRIX the libraries are installed as follows: /usr/lib) For the o32 libraries /usr/lib32) For the n32 libraries (is usual the default) /usr/lib64) For the 64 libraries With this as background many people install the libraries for IRIX in /usr/local as follows: /usr/local/lib /usr/local/lib32 /usr/local/lib64 I encounterd the following problems: -) The LDFLAGS was wrong for my system, must be /usr/local/lib32 -) --with-ssl-dir=/usr/local/ssl doesn't find ssl because the libraries are in /usr/local/ssl/lib32 instead of /usr/local/ssl/lib. This was my experience with compiling the openssh software. I used the native CC-compiler from SGI. Regards -- ******************************************************************** * * * Bas van der Vlies e-mail: basv at sara.nl * * SARA - Academic Computing Services phone: +31 20 592 8012 * * Kruislaan 415 fax: +31 20 6683167 * * 1098 SJ Amsterdam * * * ********************************************************************
On Fri, 26 May 2000, Bas van der Vlies wrote:> Hello, > > I have just compiled openssh version 2.1.0p2 n irix 6.5.5 an > encounterd the following 'problem'. On IRIX there are 3 abi's > (Application Binary Interface).A couple of questions: How does one tell which is in use? What CFLAGS need to be present to select an ABI? (-32/-64?) I presume that you cannot link an o32 binary against a n32, etc. -d -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
Maybe Matching Threads
- SOLUTION - Compiled Kernel and modules for XEN3.1 on PowerEdge 1950
- configure not detecting IRIX6
- [LLVMdev] Backend vs JIT : GPU
- Evaluation "conflict" in combination of replicate() and rexp()as variable inside a function
- [LLVMdev] How to pick default floating point ABI?