-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
A standard
./configure --enable-shared --disable-static --prefix=${prefix} --with-gmp=${prefix}
make
yields
sandbox:gb # ls .libs
libgb--no-undefined.so libgb.la libgb.lai libgb.so
which is nonsensical. It seems that RELEASE is not set in the following line, so that it uses -no-undefined as the name.
Line 37 in ec98ed8
| libgb_la_LDFLAGS = $(LDFLAGS) -release $(RELEASE) -no-undefined -rdynamic |
One option is to remove the
-release flag, but this is up to you.Metadata
Metadata
Assignees
Labels
No labels