Lahey Support
07-15-2004, 05:36 PM
LF95 Linux: /usr/bin/ld: cannot open /usr/lib/crt1.o: No such file or directory
<hr>
The information in this post applies to:
LF95 Linux
Symptoms
The gnu linker is unable to find crt1.o on the system when trying to link objects created by the LF95 compiler and produces:
LF95 Linux: /usr/bin/ld: cannot open /usr/lib/crt1.o: No such file or directory
Cause
The development version of libc has not been installed on the system.
Fix
Install libc-dev or gcc on the system. These packages include crt1.o.
Status
Open. Installation needs to be improved to check for this dependency.
<hr>
The information in this post applies to:
LF95 Linux
Symptoms
The gnu linker is unable to find crt1.o on the system when trying to link objects created by the LF95 compiler and produces:
LF95 Linux: /usr/bin/ld: cannot open /usr/lib/crt1.o: No such file or directory
Cause
The development version of libc has not been installed on the system.
Fix
Install libc-dev or gcc on the system. These packages include crt1.o.
Status
Open. Installation needs to be improved to check for this dependency.