Opened 5 years ago
Closed 5 years ago
#817 closed bug (duplicate)
do not use specific -Wl linker syntax in libpolys/polys/Makefile.am
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-2-0 and higher |
Component: | singular-libs | Version: | 4-1-0 |
Keywords: | automake | 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).
Note: See
TracTickets for help on using
tickets.
see tr. #816