Subject: Re: Need help with Sparc20 install using the ELF & 1.4 miniroots
To: None <buller@nortelnetworks.com>
From: A.M. Raportirenko <ram@sunct1.jinr.dubna.su>
List: current-users
Date: 06/15/1999 07:00:21
I had the same problem on my IPX, so I simply break install script and untar
snapshot. But I encounterd  enother problem with libposix.so, when compile
perl5:
This simple program (try.c from perl5)
#include <stdio.h>

main()
{exit(0);}

when compiled as `cc -O2 -o ttr try.c -lm -lposix -lcrypt' give 
Segmentation fault.
If it is compiled with static version of libposix all ok.

Anatoly