Re: Cannot compile UUID module

2008-11-11 Thread Alexander Stadler
>> So my next question is: Do you know what parameters are needed so that >> the >> Makefile will be created with the right settings (without manually >> executing g++ after the crashed first make)? >> >> Because creating it with: >> perl Makefile.PL LIBS=-L/usr/lib/e2fsprogs > > I would have tried

Re: Cannot compile UUID module

2008-11-11 Thread Brian Dessent
Alexander Stadler wrote: > So my next question is: Do you know what parameters are needed so that the > Makefile will be created with the right settings (without manually > executing g++ after the crashed first make)? > > Because creating it with: > perl Makefile.PL LIBS=-L/usr/lib/e2fsprogs I w

Re: Cannot compile UUID module

2008-11-11 Thread Alexander Stadler
>> gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing >> -pipe -I/ >> usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"0.02\" >> -DXS_VERSION=\"0.02\" >> "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" UUID.c >> rm -f blib/arch/auto/UUID/UUID.dll >> g++ --shared -Wl,--enable-aut

Re: Cannot compile UUID module

2008-11-10 Thread Brian Dessent
Alexander Stadler wrote: > gcc -c -DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -fno-strict-aliasing > -pipe -I/ > usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"0.02\" > -DXS_VERSION=\"0.02\" > "-I/usr/lib/perl5/5.10/i686-cygwin/CORE" UUID.c > rm -f blib/arch/auto/UUID/UUID.dll > g++ --share