----- Original Message ----- 
From: "Mark Dootson" <mark.doot...@znix.com>
To: "Sisyphus" <sisyph...@optusnet.com.au>
Cc: "perl-win32-users" <perl-win32-users@listserv.ActiveState.com>
Sent: Monday, April 19, 2010 10:59 PM
Subject: Re: Using mingw64 with x64 ActiveState builds.


> Hi,
>
> Did as you suggested and yes, I get same failures as you starting in 
> 01syntax.t
>
> I had a look at differences in config output as your symptom of not being 
> able to load more than one Math:: library at once sounded like maybe a 
> linker error with msvcrt?
>
> Anyhow, adding '-s' flag to linker options in your Config.pm seems to 
> solve 'Inline' building errors
>
> _override("lddlflags", join(" ", "-s -mdll", @libpaths));
> _override("ldflags", join(" ", '-s', @libpaths));
>

Yes, that's it .... brilliant !!! ...and many thanks!!. (Fixes the problem 
with the Math:: modules, too.)

Do you know why the absence of the '-s' flag does not have similarly 
disastrous consequences with the 32-bit ActiveState builds of perl and 
mingw32 ?

Cheers,
Rob 

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to