Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help, please! #1155

Closed
p5pRT opened this issue Feb 8, 2000 · 2 comments
Closed

Help, please! #1155

p5pRT opened this issue Feb 8, 2000 · 2 comments

Comments

@p5pRT
Copy link

p5pRT commented Feb 8, 2000

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

Searchable as RT2119$

@p5pRT
Copy link
Author

p5pRT commented Feb 8, 2000

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
Copy link
Author

p5pRT commented Feb 8, 2000

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant