Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
...whole bunch of lines
what about fixing this Error 1 thing?libperl.a(pp.o): In function `Perl_pp_pow': pp.o(.text+0x1e22): undefined reference to `pow' libperl.a(pp.o): In function `Perl_pp_sin': pp.o(.text+0x5b08): undefined reference to `sin' libperl.a(pp.o): In function `Perl_pp_cos': pp.o(.text+0x5c0c): undefined reference to `cos' libperl.a(pp.o): In function `Perl_pp_exp': pp.o(.text+0x5e0c): undefined reference to `exp' libperl.a(pp.o): In function `Perl_pp_log': pp.o(.text+0x5f4d): undefined reference to `log' libperl.a(pp.o): In function `Perl_pp_sqrt': pp.o(.text+0x60a3): undefined reference to `sqrt' collect2: ld returned 1 exit status make: *** [miniperl] Error 1 :/home/username/perl-5.8.1#
thanks
Edit by castaway linked link, added code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Install parallel Perl on Debian
by ptkdb (Monk) on Nov 11, 2003 at 12:40 UTC | |
|
Re: Install parallel Perl on Debian
by TheHobbit (Pilgrim) on Nov 11, 2003 at 14:55 UTC | |
by skillet-thief (Friar) on Nov 11, 2003 at 17:35 UTC |