RE: Build error

2009-07-16 Thread Vanderputten_Jennifer
: Vanderputten, Jennifer Cc: par@perl.org Subject: Re: Build error On Wed, Jul 15, 2009 at 4:54 PM, wrote: > > Reini's fix got me past that first error (thanks Reini!).  As you've > said Roderich, something is still amiss because I am seeing another > error down the line (and yes,

Re: Build error

2009-07-16 Thread Roderich Schupp
On Wed, Jul 15, 2009 at 4:54 PM, wrote: > > Reini's fix got me past that first error (thanks Reini!).  As you've > said Roderich, something is still amiss because I am seeing another > error down the line (and yes, par.exe does not exist, only par.dll): > > Creating library file: libpar.dll.a > /u

RE: Build error

2009-07-15 Thread Vanderputten_Jennifer
Reini's fix got me past that first error (thanks Reini!). As you've said Roderich, something is still amiss because I am seeing another error down the line (and yes, par.exe does not exist, only par.dll): Creating library file: libpar.dll.a /usr/bin/perl.exe -e1 /usr/bin/perl.exe ./file2c.pl ./p

Re: Build error

2009-07-15 Thread Reini Urban
2009/7/14 : > Can't figure out where exactly it's coming from.  Environmental perhaps? > Is there a magic export to save the day? > > Here's the make error: > gcc -shared -o  par.dll -Wl,--out-implib=libpar.dll.a > -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--stack,8388608 > -Wl,--enabl

Re: Build error

2009-07-15 Thread Roderich Schupp
On Tue, Jul 14, 2009 at 8:42 PM, wrote: > Can't figure out where exactly it's coming from.  Environmental perhaps? > Is there a magic export to save the day? > > Here's the make error: > gcc -shared -o  par.dll -Wl,--out-implib=libpar.dll.a ... That looks suspicious to me: AFAICT myldr/Makefile s