[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: File::Glob in failure perl5.05_63 XSLoader on OpenBSD 2.6
>> >I think
>> > ./Configure -des -D optimize=-g
>>
>> Well, so much for that idea.
>>
>> cp dl_dlopen.xs DynaLoader.xs
>> ../../miniperl -I../../lib -I../../lib ../../lib/ExtUtils/xsubpp -<SNIP>
>> cc -c -DDEBUGGING -DPERL_Y2KWARN -fno-strict-aliasing -I/usr/loca<SNIP>
>> rm -rf ../../lib/auto/DynaLoader/DynaLoader.a
>> ar cr ../../lib/auto/DynaLoader/DynaLoader.a DynaLoader.o && /usr/<SNIP>
>> chmod 755 ../../lib/auto/DynaLoader/DynaLoader.a
>> cc -g -DDEBUGGING -L/usr/local/lib -o perl perlmain.o lib/auto/D<SNIP>
>>
>> ./Configure[14947]: .: ./UU/extract: not found
>>
>> I've seen that before but don't recall its solution. Look familiar?
>I do not follow.
Good. It's duanimous then. :-)
>You build DynaLoader *before* Configure has completed?
I just typed make. Really, I did.
But I didn't clean out the dreck first with make clean.
Probably that was that problem. because doing so made
a clean build.
But as you'll've seen in subsequent messages, the real problem seems
to be a fundamental bug in the underlying C library, which appears to
consider a shared library whose name starts with m/^lib/ to be special.
Sigh. Good reason to use blib, eh? :-(
--tom
- References to:
-
Ilya Zakharevich <ilya@math.ohio-state.edu>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]