On Tue Jul 17 05:22:03 2007, CHORNY wrote:
Show quoted text> On Jul 16 14:48:23 2007, AVAR wrote:
>
> > 0.13 does not try to build dynamic libs in the lib* directories, please
> > try it and see if it works.
>
> Running Mkbootstrap for re::engine::Plan9 ()
> C:\perl\bin\perl.exe "-Iinc" -MExtUtils::Command -e chmod 644 Plan9.bs
> C:\perl\bin\perl.exe "-Iinc" -MExtUtils::Mksymlists \
> -e "Mksymlists('NAME'=>\"re::engine::Plan9\", 'DLBASE' => 'Plan9',
> 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' =>
[]);"
Show quoted text> dlltool --def Plan9.def --output-exp dll.exp
> g++ -o blib\arch\auto\re\engine\Plan9\Plan9.dll -Wl,--base-file
> -Wl,dll.base -shared lib*/*.o Plan9.o -Wl,--image-base,0x69420000
> C:\perl\lib\CORE\libperl59.a -lmsvcrt -lmoldname -lkernel32 -luser32
> -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32
> -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32
> dll.exp
> g++: lib*/*.o: Invalid argument
>
Please try 0.14, it builds the list of .o files manually instead of
relying on the shell.