Op een zonnige winterdag (Friday 28 February 2003 02:34), schreef Enache Adrian: > On Fri, Feb 28, 2003 at 01:41:53AM +0100, Abe Timmerman wrote: > > Hi, > > > > It looks like win32 is totaly gone :-( > > > > Do I need to regen_?something? or define anything somewhere? > > > > gcc -c -I.\include -I. -I.. -I..\lib\CORE -DWIN32 -DPERLDLL -DPERL_CORE > > -g -O2 -DPERL_EXTERNAL_GLOB -o.\mini\mg.o ..\mg.c > > ../mg.c: In function `Perl_despatch_signals': > > ../mg.c:1165: `set' undeclared (first use in this function) > > ../mg.c:1165: (Each undeclared identifier is reported only once > > ../mg.c:1165: for each function it appears in.) > > dmake.exe: Error code 1, while making '.\mini\mg.o' > > Typo ? Thanks, althoug it didn't apply, we're now back to an old failing: g++ -mdll -o ..\perl59.dll -Wl,--base-file -Wl,perl.base -g -L"c:\perl\lib\CORE " -L"C:\MinGW\lib" \ C:\DOCUME~1\abeltje\LOCALS~1\Temp\mk00022a dlltool --output-lib ..\libperl59.a \ --dllname perl59.dll \ --def perldll.def \ --base-file perl.base \ --output-exp perl.exp g++ -mdll -o ..\perl59.dll -g -L"c:\perl\lib\CORE" -L"C:\MinGW\lib" \ C:\DOCUME~1\abeltje\LOCALS~1\Temp\mk000304 perl.exp(.edata+0xff4):fake: undefined reference to `Perl_sv_setsv_cow' dmake.exe: Error code 1, while making '..\perl59.dll' Good luck, Abe -- "Crashes Perl (or Used To)" is not a really useful classifying criterion, it's about as useful as "the number of characters in the test is divisible by 73". -- Jarkko Hietaniemi on p5p @ 2001-10-30Thread Previous | Thread Next