2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

-lm on link-line for comprehensive.so eliminates warning.

[SVN r9021]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2001-02-08 01:37:27 +00:00
parent 2aed6f022e
commit 6d3b960cb7

View File

@@ -123,7 +123,7 @@ libbpl.a: $(OBJ)
rm -f libbpl.a.input
test.so: $(OBJ) comprehensive.o
$(LD) $(LDOPTS) $(OBJ) comprehensive.o -o test.so
$(LD) $(LDOPTS) $(OBJ) comprehensive.o -o test.so -lm
abstract.so: $(OBJ) abstract.o
$(LD) $(LDOPTS) $(OBJ) abstract.o -o abstract.so