Opened 5 years ago

Closed 5 years ago

#816 closed bug (fixed)

do not use specific -Wl linker syntax in libpolys/polys/Makefile.am

Reported by: dimpase@… Owned by: somebody
Priority: minor Milestone: 4-2-0 and higher
Component: dontKnow Version: 4-1-0
Keywords: Cc:

Description

In this file P_PROCS_MODULE_LDFLAGS is set to contain -Wl,-undefined -Wl,dynamic_lookup, which should be not necessary, as this is the autotools job to generate the correct syntax.

Worse, it prevents building Singular on Solaris 11, giving errors like

ld: fatal: file dynamic_lookup: open failed: No such file or directory

(see Sagemath's trac.sagemath.org/ticket/24596 for more details).

Change History (1)

comment:1 Changed 5 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.