Anyone who got this to build on Solaris have any info on which 
compiler/libraries you used, env vars, etc?

I've been trying a few different configs, but haven't made any real 
progress.  I'll have to poke at it when I get some more free time, but I'm 
hoping maybe someone else has run into this.

Thanks John, for the comment, it is a good start.

+----------------------------------+
| Gregory S. Morin                 |
| Graduate Assistant               |
| RIT CS Dept.                     |
|                                  |
| "Quis custodiet ipsos custodes?" |
+----------------------------------+

On Fri, 9 Jan 2009, John Hunter wrote:

> On Fri, Jan 9, 2009 at 1:13 PM, Gregory S Morin <gsm5...@cs.rit.edu> wrote:
>
>
>> ImportError: ld.so.1: python: fatal: relocation error: file
>> /usr/local/versions/python-2.5.1/lib/python2.5/site-packages/matplotlib/_path.so:
>> symbol
>> __1cDstdMbasic_string4Ccn0ALchar_traits4Cc__n0AJallocator4Cc___J__nullref_:
>> referenced symbol not found
>
>
> Hard to say for sure, but this looks like a C++ name mangling error.
> These occur when you compile with one compiler or version (eg g++) and
> try to link with a lib compiled with another C++ compiler (eg the
> solaris compiler).  In this case, since the name mangling looks like
> the stl string container, my guess is you are picking up the solaris
> c++ stdlib and compiling with g++.
>
> JDH
>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to