In article <[EMAIL PROTECTED]>, Mitchell S. Sharp <[EMAIL PROTECTED]> wrote: > -=-=-=-=-=- > > I had the same issue when I updated to 2.4.20-30.9. All you need to do > is recompile the drivers. I go ahead and do a full zaptel, libpri and > asterisk recompile just for good measure. Works fine after that! > > I was running on Fedora Core 1, but I wanted to use Festival which won't > compile using gcc 3.3.x, so I had to revert back to RedHat 9.
Festival comes as an RPM with Fedora Core 1. FC1 also has GCC 3.2 available as the command gcc32. It is used for building the kernel. Consequently, all kernel modules (zaptel, zaprtc) should also be built on FC1 using gcc32, not just cc or gcc. This also gets rid of all those "type punning" warnings. Cheers, Tony -- Tony Mountifield Work: [EMAIL PROTECTED] - http://www.softins.co.uk Play: [EMAIL PROTECTED] - http://tony.mountifield.org _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
