Skip to content

Build system problems #15

@thofma

Description

@thofma

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.

gb/Makefile.am

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions