On Feb 3, 4:53 am, dannychrastina <danny.chrast...@gmail.com> wrote:
<SNIP>
Hi,
> Ok, so I extracted the .spkg of polybori (having worked out that it
> was just a bzipped tarball), changed SConstruct (with sonameprefix as
> '-Wl,-soname -Wl,'), and repackaged it, and it didn't work:
>
> ld -o polybori/libpolybori-0.5.1.so.0.0.0 -s -shared -Wl,-soname -
> Wl,libpolybori-0.5.1.so.0 Cudd/obj/cuddObj.os Cudd/util/
> cpu_stats.os ...
> ld: unrecognized option '-Wl,-soname'
For whatever reason on your box SCons is using ld directly instead of g
++ to link and the fix you suggest won't work on many other platforms.
So please send us
* a dump of env
* the build log (All of it, not just the failed lines since they are
useless without context). You should compress install.log and post a
link so I can download it. Do *not* send the compressed install.log as
an attachment to the email.
> So I changed the SConstruct file in the package to set the
> sonameprefix to be '-soname ' and it built polybori (the .so is in
> sage-3.2.3/local/lib) and has now moved on to build sage itself.
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---