LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   cannot find crti.o: No such file or directory (https://www.linuxquestions.org/questions/ubuntu-63/cannot-find-crti-o-no-such-file-or-directory-4175448890/)

mahmoodn 02-06-2013 09:57 AM

cannot find crti.o: No such file or directory
 
When I want to make gcc 4.1.2 on my ubuntu 12.04 (x86_64), I get this error

Code:

/usr/bin/ld: cannot find crti.o: No such file or directory
collect2: ld returned 1 exit status

Searching the web it seems that there is a problem with crti. These files are available on the system

Code:

# find /usr/ -name crti*
/usr/lib32/crti.o
/usr/lib/x86_64-linux-gnu/crti.o
/usr/lib/debug/usr/lib/x86_64-linux-gnu/crti.o

How can I fix that?

tsester 02-07-2013 04:40 AM

i found this http://stackoverflow.com/questions/9...o-file-missing

mahmoodn 02-07-2013 08:57 AM

Thanks. Also here is the complete solution http://askubuntu.com/questions/25197...e-or-directory


All times are GMT -5. The time now is 05:22 PM.