|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
SIP under SolarisHi,
I've been trying to compile SIP under Solaris 9. I keep running into this error during configure while it tests for Animal : Undefined first referenced symbol in file ceilf /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so round /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so remove_edt /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so hypotf /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so ld: fatal: Symbol referencing errors. No output written to conftest I've tried to compile animal, imagemagick and the various dependencies whith gcc 3, 4 and Sun Studio, and I always get this error. Is Solaris a supported plateform? Can you help me with this? I've thought about posting this to the Animal mailing list, but it seems dead (no post since 2004). Raphael ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ SIPtoolbox-users mailing list SIPtoolbox-users@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-users |
|
|
|
|
|
Re: SIP under SolarisHi Raphael,
taking a look at your config.log file, it seems that, really, I need to provide replacements for these functions (round, ceilf, hypotf) for your system, because they are from recent C standards not supported in your system. It should be simple. I will try to find time for this and contact you once I've done it. Ricardo On Tue, Oct 6, 2009 at 6:31 AM, Langella Raphael <raphael.langella@...> wrote: > Hi, > I've been trying to compile SIP under Solaris 9. I keep running into > this error during configure while it tests for Animal : > > Undefined first referenced > symbol in file > ceilf > /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so > round > /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so > remove_edt > /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so > hypotf > /Produits/publics/sparc.SunOS.5.9/animal/0.15.2/lib/libanimal.so > ld: fatal: Symbol referencing errors. No output written to conftest > > I've tried to compile animal, imagemagick and the various dependencies > whith gcc 3, 4 and Sun Studio, and I always get this error. Is Solaris a > supported plateform? Can you help me with this? > I've thought about posting this to the Animal mailing list, but it seems > dead (no post since 2004). > > Raphael > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > SIPtoolbox-users mailing list > SIPtoolbox-users@... > https://lists.sourceforge.net/lists/listinfo/siptoolbox-users > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ SIPtoolbox-users mailing list SIPtoolbox-users@... https://lists.sourceforge.net/lists/listinfo/siptoolbox-users |
| Free embeddable forum powered by Nabble | Forum Help |