Page 1 of 1

i need help with autoconf and automake on mandrake

PostPosted: Wed Jul 28, 2004 3:18 am
by liljim

PostPosted: Thu Jul 29, 2004 3:22 am
by liljim

PostPosted: Thu Jul 29, 2004 4:05 am
by Cactus

PostPosted: Thu Jul 29, 2004 7:08 am
by liljim

PostPosted: Fri Jul 30, 2004 9:28 am
by liljim
I FIGURED IT OUT!!!

The F.A.Q. "fix" is almost right..it says to change
#include <linux/rhconfig.h>
to
#include "rhconfig.h"

but that doesnt work...here's what did,change
#include <linux/rhconfig.h>
to
#include </usr/src/linux/include/linux/rhconfig.h>
and Presto!! Linux is online!!