On Tue, Jan 03, 2006 at 06:43:16PM -0500, Michael Stearne wrote: > I am having trouble with FC3. > > After doing a yum update (of 1264 packages) I still cannont compile > 1.2.1 from source: > > make[1]: `libedit.a' is up to date. > make[1]: Leaving directory `/usr/src/asterisk-1.2.1/editline' > make[1]: Entering directory `/usr/src/asterisk-1.2.1/db1-ast' > make[1]: `libdb1.a' is up to date. > make[1]: Leaving directory `/usr/src/asterisk-1.2.1/db1-ast' > make[1]: Entering directory `/usr/src/asterisk-1.2.1/stdtime' > make[1]: *** No rule to make target > `/usr/lib/gcc/i386-redhat-linux/3.4.2/include/stddef.h', needed by > `localtime.o'. Stop. > make[1]: Leaving directory `/usr/src/asterisk-1.2.1/stdtime' > make: *** [stdtime/libtime.a] Error 2
Do you have a /usr/lib/gcc/i386-redhat-linux/3.4.2/include/stddef.h file? Should be part of the gcc package, but... maybe your dependencies got screwed up somehow. Do a find /usr/lib/gcc -name 'stddef.h' and see where the file is at. That's where I'd start anyways. Ray _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
