Bruce,
THANK YOU for taking the time to read through and think on my problem... Your
response is appreciated greatly.
In regards to your two direct questions:
> What file system are you building on? Possibly vfat?
I am building this on an ext3 partition with an MBR partition table.
>Check through your config.log for:
>ac_cv_sys_long_file_names=yes
My entry in config.log says "no"
I wasn't sure which way you were going with the question, so I tried passing
ac_cv_sys_long_file_names=yes to the configure script and got this error
instead:
::snip::
rm -f libexpect5.45.so
gcc -shared -pipe -O2 -fomit-frame-pointer -Wall -fPIC -Wl,--export-dynamic
-o libexpect5.45.so exp_command.o expect.o exp_inter.o $
: libexpect5.45.so
gcc -DPACKAGE_NAME=\"expect\" -DPACKAGE_TARNAME=\"expect\"
-DPACKAGE_VERSION=\"5.45\" -DPACKAGE_STRING=\"expect\ 5.45\" -DPACKAGE_BUG$
gcc \
-pipe -O2 -fomit-frame-pointer -Wall -fPIC \
-Wl,--export-dynamic \
-o expect exp_main_exp.o \
-L/mnt/lfs/sources/expect5.45 -lexpect5.45 \
-L/tools/lib -ltcl8.5 \
-ldl -lieee -lm \
-Wl,-rpath,/tools/lib \
-Wl,-rpath,/tools/lib/expect5.45
: expect
(echo 'if {![package vsatisfies [package provide Tcl] 8.5]} {return}' ; \
echo 'package ifneeded Expect 5.45 \
[list load [file join $dir libexpect5.45.so]]'\
) > pkgIndex.tcl
::/snip::
Thank you again.
Nicholas McCurdy
[email protected]
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page