#7104 closed enhancement (fixed)
asymptote fails to build with libgsl-2.0
Reported by: | Owned by: | ||
---|---|---|---|
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 , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Worked around in r16634.