Hello Ping, Thank you for your reply. I had read the page you mentioned, but I think I was trying to tackle the "Linux problem" the wrong way. With a simple 32-bit system, things are less complicated.
I went back to my CLFS instructions and looked through other instructions I had and came up with this line. I assume it did what I hoped it would do, since everything worked fine. For the 32-bit: CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 ./configure --prefix=/usr --x-libraries=/usr/lib --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --disable-xserver64 --enable-dlloader --with-arch=32 --with-xlib=/usr/lib --enable-wacom For the 64-bit: CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 ./configure --prefix=/usr --libdir=/usr/lib64 --x-libraries=/usr/lib64 --enable-xserver64 --enable-dlloader --with-arch=64 --with-xlib=/usr/lib64 --enable-wacom The only problem seems to be the kernel module did not get installed. I see it build in the src/2.6.19 directory.I suppose this is because the wacom kernel driver was not built as a module (or, in fact, at all)? I went back and configured it as a module in the kernel and just copied the src/2.6.19/wacom.ko in the modules' directory, manually. Should I have rebuilt it? > Page http://linuxwacom.sourceforge.net/index.php/howto/config > describes the options used to configure the package, for both 32-bit and 64-bit. By default, configure script will make a best guess for each option unless you explicitly define it. If you only need to build for your own system, a ./configure is good enough in most cases. > If you want to build across 32 and 64 systems, you definitely need > the --enable-xserver64=yes|no option. Another option you may need is --enable-dlloader=yes|no. > > Anyway, please read the page again and let me know if there is > anything that is not clear to you. > > Ping > > On 6/21/07, Punkie <[EMAIL PROTECTED]> wrote: >> Hi everyone, >> Since my "distribution" is not a standard one (I'm using CLFS - http://cross-lfs.org/ - which means I have to build every package I want >> on my computer), I need to build the kernel and Xorg modules from scratch. >> I am also running on a AMD 64 cpu, and try to provide both 32-bit and 64-bit libraries to programs which I cannot build using the 64-bit architecture. >> The HOWTO document available on the website and inside the package is not >> very clear on how to achieve these two tasks. There is also no >> information >> on what packages are _required_ to build the software and which are optional. >> Have I missed any documentation that explains this task in simple terms (easy for someone with good follow-instructions skills but not so good development skills to follow)? >> For the information, I'm running Xorg 7.2 and kernel 2.6.21.5. > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Linuxwacom-discuss mailing list > Linuxwacom-discuss@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Linuxwacom-discuss mailing list Linuxwacom-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss