> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] 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: > >[EMAIL PROTECTED] 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"