Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#7104 closed enhancement (fixed)

asymptote fails to build with libgsl-2.0

Reported by: ken@… Owned by: ken@…
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

gsl.cc:1091:67: error: no matching function for call to 'addGSLDOUBLE3Func(sym::symbol&, sym::symbol&, sym::symbol&, sym::symbol&)'
   addGSLDOUBLE3Func<gsl_sf_ellint_D>(SYM(D),SYM(phi),SYM(k),SYM(n));

Google found an old post suggesting that most people who use gsl do not need to compile it against libgsl. The owrkaround (if libgsl-2.0 is installed) is to add

--disable-gsl

Doing that allows it to install, and to pass my (limited) tests.

Change History (5)

comment:1 by ken@…, 8 years ago

Owner: changed from blfs-book@… to ken@…
Status: newassigned

comment:2 by ken@…, 8 years ago

Resolution: fixed
Status: assignedclosed

Worked around in r16634.

comment:3 by ken@…, 8 years ago

Resolution: fixed
Status: closedreopened

Upstream has fixed this.

comment:4 by ken@…, 8 years ago

Resolution: fixed
Status: reopenedclosed

Done, r16664

comment:5 by ken@…, 8 years ago

And r16666.

Note: See TracTickets for help on using tickets.