> On 09/18/10 10:49 PM, François Bissey wrote:
> > /lib/libdl.so.2
> > /lib/libm.so.6
> >
> > Funny they are not the same as yours. You should check libraries as well.
> >
> > Francois
>
> I'm finding even a hello world is linking to the maths library, which makes
> no sense to me.
>
> rkir...@hawk:~$ cat test.c
> #include <stdio.h>
>
> int main() {
> printf ("hi");
> }
>
> drkir...@hawk:~$ gcc test.c
> drkir...@hawk:~$ ldd a.out
> libc.so.1 => /lib/libc.so.1
> libm.so.2 => /lib/libm.so.2
> drkir...@hawk:~$
>
>
> How do you check libraries - same command?
>
Same command.
> I have more serious issues with ECL though, which is completely stopping a
> 64-bit build on OpenSolaris and is probably screwing it up on Solaris 10 in
> 64-bit mode. There are two programs with text relocation issues in their
> libraries when compiled with gcc - R and ECL. I need to get them resolved,
> but they are not easy.
>
That's strange, neither have this problem under linux. Is it a -fPic versus
-KPic problem? Or is it all with gcc?
Francois
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org