[Freeswitch-dev] Fix for portaudio on PPC
Patrick
freeswitch-list at puzzled.xs4all.nl
Fri Nov 17 09:49:53 EST 2006
On Fri, 2006-11-17 at 08:44 -0500, Michael Jerris wrote:
> This was committed to trunk last night, thanks.
Thanks for committing it Mike. I sent the message below already
yesterday to the dev list but after about 15 minutes when it did not
show up I mentioned the fix on irc where Anthony asked me to email it to
you, which I did. No idea where the considerable delay of this message
to the list comes from. Just checked my mailman settings and all looks
normal.
Regards,
Patrick
> > -----Original Message-----
> > From: Patrick [mailto:freeswitch-list at puzzled.xs4all.nl]
> > Sent: Thursday, November 16, 2006 4:54 PM
> > To: freeswitch-dev at lists.freeswitch.org
> > Subject: [Freeswitch-dev] Fix for portaudio on PPC
> >
> > Hi all,
> >
> > Here's a small fix that solves a problem with portaudio on PPC:
> > /home/patrick/fs/lib/libportaudio.so: R_PPC_REL24 relocation at
> > 0x0ec1bf58 for symbol `memset' out of range**
> >
> > Index: libs/portaudio.build.sh
> > ===================================================================
> > --- libs/portaudio.build.sh (revision 3388)
> > +++ libs/portaudio.build.sh (working copy)
> > @@ -45,6 +45,9 @@
> > if [ $arch = "amd64" ] ; then
> > opts="-fPIC"
> > fi
> > +if [ $arch = "ppc" ] ; then
> > +opts="-fPIC"
> > +fi
> >
> > CFLAGS=$opts ./configure $@
> > $MAKE
> >
> > Regards,
> > Patrick
> >
> >
> > _______________________________________________
> > Freeswitch-dev mailing list
> > Freeswitch-dev at lists.freeswitch.org
> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> > http://www.freeswitch.org
>
> _______________________________________________
> Freeswitch-dev mailing list
> Freeswitch-dev at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev
> http://www.freeswitch.org
More information about the Freeswitch-dev
mailing list