rootcho has asked for the wisdom of the Perl Monks concerning the following question:
Dont even know what is the use of "crt1" and company ? Any idea how I can resolve this issue.. ?Linux Mint gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8)
perlbrew install stable f this doesn't make any sense to you, just accept the default 'n'. Build Perl for multiplicity? [n] Use which C compiler? [cc] /usr/bin/ld: cannot find crt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such file or directory /usr/bin/ld: cannot find -lc /usr/bin/ld: cannot find crtn.o: No such file or directory collect2: error: ld returned 1 exit status Uh-oh, the C compiler 'cc' doesn't seem to be working. You seem to have a working gcc, though. *** However, any setting of the C compiler flags (e.g. for thread supp +ort) *** will be lost. It may be necessary for you to restart Configure an +d *** add -Dcc=gcc to your Configure command line. Would you like to go ahead and try gcc anyway? [n] /usr/bin/ld: cannot find crt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such file or directory /usr/bin/ld: cannot find -lc /usr/bin/ld: cannot find crtn.o: No such file or directory collect2: error: ld returned 1 exit status Uh-oh, the C compiler 'cc' doesn't seem to be working. You need to find a working C compiler. Either (purchase and) install the C compiler supplied by your OS vendo +r, or for a free C compiler try http://gcc.gnu.org/ I cannot continue any further, aborting.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: fail: perlbrew install stable
by kcott (Archbishop) on Dec 02, 2013 at 05:17 UTC | |
by rootcho (Pilgrim) on Dec 02, 2013 at 05:54 UTC | |
by kcott (Archbishop) on Dec 02, 2013 at 06:27 UTC | |
|
Re: fail: perlbrew install stable
by wazat (Monk) on Dec 02, 2013 at 04:30 UTC | |
|
Re: fail: perlbrew install stable
by Anonymous Monk on Dec 02, 2013 at 11:20 UTC | |
by rootcho (Pilgrim) on Dec 02, 2013 at 18:43 UTC |