Thanks in advance for the help.
Since copying this into my mail, I have found two typos.  I will correct
those, and try again, but in the meantime, if you can see anything that isn't
right please let me know because once I get X, Fluxbox, Firefox, etc.
installed and working on this machine, I will be able to dump my host distro 
for good.

I fixed the typos and now the xorg-compile file is to large to copy here.  Is 
it okay to attach files?  Here is the last eleven lines of my second 
xorg-compile.log file after I fixed the typos (note: there is a total of 
13,395 lines in the file now):

make[3]: Entering directory `/usr/src/xcbuild/lib/Xt'
rm -f StringDefs.c StringDefs.h Shell.h
../../config/util/makestrs  < util/string.list > StringDefs.c
/bin/sh: line 1: 18654 Illegal instruction     ../../config/util/makestrs 
<util/string.list >StringDefs.c
make[3]: *** [Shell.h] Error 132
make[3]: Leaving directory `/usr/src/xcbuild/lib/Xt'
make[2]: *** [includes] Error 2
make[2]: Leaving directory `/usr/src/xcbuild/lib'
make[1]: *** [includes] Error 2
make[1]: Leaving directory `/usr/src/xcbuild'
make: *** [World] Error 2

Here is what I have from xorg-compile.log (first time before fixing typos):
Building Release 6.8.2.

I hope you checked the configuration parameters in ./config/cf
to see if you need to pass BOOTSTRAPCFLAGS.

Mon Jul  4 11:07:00 EDT 2005

cd ./config/imake && make  -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc" clean
make[1]: Entering directory `/usr/src/xc/config/imake'
rm -f ccimake imake.o imake
rm -f *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a tags TAGS make.log \#*
rm -f -r Makefile.proto Makefile Makefile.dep bootstrap
rm -f imakemdep_cpp.h
make[1]: Leaving directory `/usr/src/xc/config/imake'
make  Makefile.boot
make[1]: Entering directory `/usr/src/xc'
cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
make[2]: Entering directory `/usr/src/xc/config/imake'
making imake with BOOTSTRAPCFLAGS= and CROSSCOMPILEFLAGS=-DCROSSCOMPILEDIR=""
in config/imake
cc -o ccimake -DCROSSCOMPILEDIR=\"\"  -O -I../../include
-I../../imports/x11/include/X11 ccimake.c
if [ -n "" ] ; then \
/cc -E `./ccimake` \
-DCROSSCOMPILE_CPP imakemdep.h > imakemdep_cpp.h; \
else touch imakemdep_cpp.h; fi
cc -c  -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c
cc -o imake  -O -I../../include -I../../imports/x11/include/X11 imake.o
make[2]: Leaving directory `/usr/src/xc/config/imake'
rm -f ./config/makedepend/Makefile.proto
./config/imake/imake -I./config/cf  -s ./config/makedepend/Makefile.proto
-f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend
cd ./config/makedepend && rm -f -r Makefile Makefile.dep makedepend *.o
bootstrap
cd ./config/makedepend && make -f Makefile.proto bootstrap
make[2]: Entering directory `/usr/src/xc/config/makedepend'
make[2]: Nothing to be done for `bootstrap'.
make[2]: Leaving directory `/usr/src/xc/config/makedepend'
./config/imake/imake -I./config/cf  -s ./config/imake/Makefile.proto
-f ./config/imake/Imakefile -DTOPDIR=../.. -DCURDIR=./config/imake
-DBootStrap
cd ./config/imake && make -f Makefile.proto bootstrapdepend
make[2]: Entering directory `/usr/src/xc/config/imake'
make[2]: Nothing to be done for `bootstrapdepend'.
make[2]: Leaving directory `/usr/src/xc/config/imake'
cd ./config/imake && make -w -f Makefile.ini BOOTSTRAPCFLAGS="" CC="cc"
bootstrap
make[2]: Entering directory `/usr/src/xc/config/imake'
+ mkdir bootstrap
mv *.o bootstrap
+ mv imake bootstrap
make[2]: Leaving directory `/usr/src/xc/config/imake'
cd ./config/imake && make -f Makefile.proto imakeonly
make[2]: Entering directory `/usr/src/xc/config/imake'
gcc -O2 -fno-strength-reduce
-fno-strict-aliasing -march=i686 */    -I../../include
-I../../exports/include/X11  -I../.. -I../../exports/include   -Dlinux
-D__i386__ -D_POSIX_C_SOURCE=199309L                            -D_POSIX_SOURCE 
-D_XOPEN_SOURCE
                                -D_BSD_SOURCE -D_SVID_SOURCE                    
         -D_GNU_SOURCE                            -DFUNCPROTO=15
-DNARROWPROTO     -DCPP_PROGRAM="\"cpp\"" -DHAS_MERGE_CONSTANTS=`if gcc
-fmerge-constants -xc /dev/null -S -o /dev/null 2> /dev/null 1> /dev/null;
then echo 1; else echo 0; fi`        -c -o imake.o imake.c
gcc: bootstrap/: linker input file unused because linking not done
gcc: CVS/: linker input file unused because linking not done
cc1: bootstrap/: No such file or directory
cc1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [imake.o] Error 1
make[2]: Leaving directory `/usr/src/xc/config/imake'
make[1]: *** [imake.bootstrap] Error 2
make[1]: Leaving directory `/usr/src/xc'
make: *** [World] Error 2


Here is my host.def:
/* Begin Xorg host.def file */

/* System related Information.  If you read and configure only on
 * section then it should be this one.  The Intel architecture defaults
 * are set for a i686 and higher.  Axp is for the Alpha architecture
 * and Ppc is for the Power PC.  AMD64 is for the Opteron processor.
 * Note that there have been reports that the Ppc optimization line
 * causes segmentation faults during build.  If that happens, try
 * building without the DefaultGcc2PpcOpt line. ***********/

#define DefaultGcc2i386Opt     -O2 -fno-strength-reduce \
                               -fno-strict-aliasing -march=i686 */
/* #define DefaultGccAMD64Opt  -O2 -fno-strength-reduce \
                               -fno-strict-aliasing */
/* #define DefaultGCC2AxpOpt   -O2 -mcpu=ev6 */
/* #define DefaultGcc2PpcOpt   -O2 -mcpu=750 */

#define HasFreerype2           YES
#define HasFontconfig          YES
#define HasExpat               YES
#define HasLibpng              YES
#define HasZlib                YES

/*
 * Which drivers to build.  When building a static server, each of
 * these will be included in it.  When building the loadable server
 * each of these modules will be built.
 */
#define XF86CardDrivers        mga glint nv tga s3virge sis rendition \
                               neomagic i740 tdfx savage \
                               cirrus vmware tseng trident chips apm \
                               GlideDriver fbdev i128 \
                               ati AgpGartDrivers DevelDrivers ark \
                               cyrix siliconotion vesa vga \
                               XF86OSCardDrivers XF86ExtraCardDrivers


/*
 * Select the XInput devices you want by uncommenting this.
#define XInputdrivers          mouse keyboard acecad calcomp citron \
                               digitaledge dmc dynapro elographics \
                               microtouch mutouch penmount spaceorb \
                               summa wacom void magictouch aiptek
*/

/* Most installs will only need this */
#define XInoutDrivers          mouse keyboard

/* Disable building Xprint server and clients until we get them figured
 * out but build Xprint libraries to allow precompiled binaries such as
 * Acrobat Reader to run.
*/

#define XprtServer              NO
#define BuildXprintClients      NO

/* End Xorg host.def file */

-------------------------------------------------------
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to