Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jan 2005 09:33:45 -0800
From:      "Ted Mittelstaedt" <tedm@toybox.placo.com>
To:        "Mike Doyle" <relyod@cooperationireland.org>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: Need to get DarwinStreamingServer on 5.3R
Message-ID:  <LOBBIFDAGNMAMLGJJCKNOECIFAAA.tedm@toybox.placo.com>
In-Reply-To: <6.2.0.14.0.20050127110158.02c458a0@199.107.2.1>

next in thread | previous in thread | raw e-mail | index | archive | help


> -----Original Message-----
> From: owner-freebsd-questions@freebsd.org
> [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Mike Doyle
> Sent: Thursday, January 27, 2005 3:08 AM
> To: Ted Mittelstaedt
> Cc: freebsd-questions@freebsd.org
> Subject: RE: Need to get DarwinStreamingServer on 5.3R
> 
> 
> At 05:31 27/01/2005, Ted Mittelstaedt wrote:
> >owner-freebsd-questions@freebsd.org wrote:
> > > I'm trying to install DSS onto FreeBSD 5.3
> > >
> > > The Port wants version 5.0.1.1_2 of the source code tarball,
> > > and it's no longer  available from the Apple download site.
> > >
> > > The version in both ZIP and CVS available from the Apple site
> > > fails to compile.
> > >
> >
> >What's the error message on the compilation?
> >
> >
> >Ted
> 
> The compile fails with an error message
> 
> ... undefined reference to '__gxx_peraonality_v0'
> *** Error code 1
> 
> Stop in ..../DSS-v5_0_3_2/QTFileTools/QTTrackInfo.tproj.
> 
> 

Looks like someome misspelled "personality" in the code somewhere?

The error should be undefined reference to `__gxx_personality_v0' 
and is caused by not including libstdc++

Since that's a standard library included by g++ when you compile,
I suspect you are running into either a compiler bug or perhaps
the code is trying to use gcc or ld instead of g++ to link?

4.X used an older version of gcc



Ted



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?LOBBIFDAGNMAMLGJJCKNOECIFAAA.tedm>