[parisc-linux] crt1.o

Richard Hirst rhirst@linuxcare.com
Tue, 23 Jan 2001 22:56:55 +0000


On Tue, Jan 23, 2001 at 04:37:40PM -0600, Josiah Carlson wrote:
> To summarize my current installation:
> .5 image copied onto hard drive
> base.tgz installed
> nfsroot from 10-05-2000
> ftp.deb (works great BTW)
> 
> >From here I've tried to configure MPICH for compilation...though I keep
> getting a crt1.o not found error, even though it exists in /usr/lib.

The quote below is from last October - don't know if it will help
you.

Richard


> > 10:~# make mlock 
> > cc     mlock.c   -o mlock
> > /usr/bin/ld: cannot open crt1.o: No such file or directory
> > collect2: ld returned 1 exit status
> > make: *** [mlock] Error 1
> > 
> > 
> 
> According to Bdale, the fix is:
> 
> ln -s /usr/lib /usr/hppa-linux/lib
> 
> randolph