MOO-cows Mailing List Archive

[Prev][Next][Index][Thread]

Re: compiling on linux



> Did you run the configure command first?
> 
> what your compiler is telling you, is that the sqrt [square root] library 
> function, is missing from your version of gcc since the source includes
> its own shadow library to deal with such cases, all you should need to 
> do, is run the configure command from your shell, and it will determine 
> which library commands are missing, and replace them with its own.
> 

i did run configure..it did not determine that i needed -lm or -static
(i needed both)


Follow-Ups:

Home | Subject Index | Thread Index