On Jan 14, 4:04 pm, mabshoff <mabsh...@googlemail.com> wrote:
> On Jan 13, 10:13 pm, DavidS <davidshi...@gmail.com> wrote:
> > But further along the compilation, I got stuck here:
> > ld -opolybori/libpolybori-0.5.0.so.0.0.0 -shared -Wl,-
> > soname,libpolybori-0.5.0.so.0 Cudd/obj/cuddObj.os Cudd/util/
> > state.os ......
> > ld: unrecognized option '-Wl,-soname,libpolybori-0.5.0.so.0'
> > ld: use the --help option for usage information
> > scons: *** [polybori/libpolybori-0.5.0.so.0.0.0] Error 1
> > scons: building terminated because of errors.
> > Error buildingPolyBoRi.
Hi, I'm having the same error with 3.2.3 (on Gentoo x86_64). It seems
to me that this '-Wl,-soname,libpolybori-0.5.0.so.0' is in the form in
which options are given to the compiler in order to pass to the
linker, but since this is running the linker directly it should just
be -soname libpolybori-0.5.0.so.0. I grep out the line in the install
log and change that part it seems to build the .so. I just don't know
where to change "sonameprefix" such that it doesn't get changed back
as soon as I run make. What constructs the SConstruct?
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---