Thread: [SIP-users] SIP under Solaris
Advanced image processing toolbox for Scilab on Unix/Linux/Mac OS
Status: Beta
Brought to you by:
ricardofabbri
From: Langella R. <rap...@st...> - 2009-10-06 14:06:52
|
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 |
From: Ricardo F. <ric...@us...> - 2009-10-09 16:22:05
|
Hi Raphael, it is totally ok to post that here. The animal library is small and mostly used by the SIP community. >From what I could understand, you have already installed animal, and that went fine, correct? The only problem is with SIP, is that true? If that's the case, please post the file config.log to this list. Support for Solaris is not our priority, since everyone use Linux these days. However, Solaris being a flavor of Linux allows me to at least try to help you. Thanks, Ricardo On Tue, Oct 6, 2009 at 6:31 AM, Langella Raphael <rap...@st...> 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 > SIP...@li... > https://lists.sourceforge.net/lists/listinfo/siptoolbox-users > |
From: Ricardo F. <ric...@us...> - 2009-10-12 21:13:33
|
Hi 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 <rap...@st...> 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 > SIP...@li... > https://lists.sourceforge.net/lists/listinfo/siptoolbox-users > |