At 11:59 AM 1/8/03 -0600, Jeremy Nelson wrote: > >Hi. Charles Umpleby ([EMAIL PROTECTED]) is having problems compiling >epic on redhat 8.0. Could someone help him out please? Thanks. >I have determined that the problem is NOT that he does not have the >linux kernel sources installed -- so it must be another problem. >
Hola peeps :) Try this: ls -ld /usr/include/asm ls -ld /usr/include/linux If either of them don't show up, do this: ln -s /usr/src/<kernel source dir>/include/asm /usr/include/asm ln -s /usr/src/<kernel source dir>/include/linux /usr/include/linux Also, make sure he does at least: make menuconfig (or oldconfig, or whatever) so he generates the base config even if he doesn't plan on using a custom kernel. All you have to do is run it, then exit, saving a config. Should fix the problem :) Bri -------------------------------- Brian Bruns Founder, The Summit Open Source Development Group Open Solutions For A Closed World / Anti-Spam Resources http://www.2mbit.com ICQ: 8077511 No spam tolerated. By sending an e-mail to this account, your server may be subjected to an open relay/open proxy test as part of our ongoing efforts to reduce spam. _______________________________________________ List mailing list [EMAIL PROTECTED] http://epicsol.org/mailman/listinfo/list
