Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.85k stars 527 forks source link

Help, please! #1155

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

Migrated from rt.perl.org#2119 (status was 'resolved')

Searchable as RT2119$

p5pRT commented 24 years ago

From pmhoth@INTEGON.com

I don't know what to do with this message I am getting when I run make.

  cc -L/usr/local/lib -o miniperl miniperlmain.o libperl.a ld​: 0711-317 ERROR​: Undefined symbol​: .floor ld​: 0711-317 ERROR​: Undefined symbol​: .sqrt ld​: 0711-317 ERROR​: Undefined symbol​: .log ld​: 0711-317 ERROR​: Undefined symbol​: .exp ld​: 0711-317 ERROR​: Undefined symbol​: .cos ld​: 0711-317 ERROR​: Undefined symbol​: .sin ld​: 0711-317 ERROR​: Undefined symbol​: .atan2 ld​: 0711-317 ERROR​: Undefined symbol​: .pow ld​: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make​: 1254-004 The error code from the last command is 8.

Stop. Nobel(axsys) /vol15/perl5.005_03>

Patty Hoth
GMAC Insurance Personal Lines phone​: (336) 770-8321
email​: pmhoth@​integon.com Mailcode​: 1504

p5pRT commented 24 years ago

From @doughera88

On Tue\, 8 Feb 2000\, Hoth\, Patricia M. wrote​:

I don't know what to do with this message I am getting when I run make.

     cc  \-L/usr/local/lib \-o miniperl miniperlmain\.o libperl\.a 

Perl needs to be linked with a number of libraries\, typically including -lm. When Configure ran\, it should have presented you with a default list of libraries. That default list was almost certainly ok\, but the wording of the question was probably confusing. (It has been fixed in the current development version.)

What you need to do is

  make distclean   rm -f config.sh  
and start over. This time\, accept the suggested defaults for the list of libraries to use.

Hope this helps\,

  Andy Dougherty doughera@​lafayette.edu   Dept. of Physics   Lafayette College\, Easton PA 18042