In article <[EMAIL PROTECTED]>, Michael Stahl <[EMAIL PROTECTED]> wrote: > > After more investigation, I decided to just recompile asterisk (on my > newly upgraded Fedora core 4 system). Make dies with this error: > > "No rule to make target > 'usr/lib/gcc/i386-redhat-linux/3.4.3/include/stddef.h" > > It seems this directory is gone under FC4, and replaced by > > No rule to make target 'usr/lib/gcc/i386-redhat-linux/4.0.0/include/ > > I can't find the constant/string in the make files that points to this > directory. Any ideas? Will a later Asterisk fix this (incompatability > with FC4)?
Looks like you've got old .depend files hanging around. You probably forgot to do "make clean" before recompiling. 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
