On Wed, Jul 25, 2007 at 10:09:25PM +0200, Reini Urban wrote:
> See the cygwin thread starting with
> http://cygwin.com/ml/cygwin/2007-07/msg00622.html
>
> >>I ran into a similar problem recently - the standard sort of c++
> >>references were not being found. It turns out that the linker I was
See the cygwin thread starting with
http://cygwin.com/ml/cygwin/2007-07/msg00622.html
>>I ran into a similar problem recently - the standard sort of c++
>>references were not being found. It turns out that the linker I was
>>calling was ld2, a script that called another script perlld (in
>>/
On 24 July 2007 21:00, Reini Urban wrote:
> Switching to g++ probably has other issues. Most XS modules are pretty
> fine with gcc, but I wouldn't be sure if all of them are C++ safe.
This isn't an issue, or rather, it's not as bad as you think. Whether you
use g++ or gcc as the driver, it st
Sisyphus schrieb:
-
[EMAIL PROTECTED] ~/comp/Inline-CPP-0.25
$ perl -V:ld
ld='ld2';
-
and wondered about that. You're suggested amendment (apart from fixing
the problem) is also in keeping with my "native" (MinGW) build of
Windows perl 5.8 which
- Original Message -
From: "Paul Mallas" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, July 25, 2007 12:05 AM
Subject: Re: Trying to build (perl) Inline::CPP-0.25.
I ran into a similar problem recently - the standard sort of c++ references
were not being found. It tu
- Original Message -
From: "Brian Dessent" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, July 24, 2007 11:48 PM
Subject: Re: Trying to build (perl) Inline::CPP-0.25.
Dave Korn wrote:
That I can't say. But assuming the build uses proper dependencies in
the
makefil
I ran into a similar problem recently - the standard sort of c++
references were not being found. It turns out that the linker I was
calling was ld2, a script that called another script perlld (in
/usr/bin), where I found this:
# these are pretty mandatory
my $CC = 'gcc';
my $EXPORT_ALL = 1;
On 24 July 2007 14:49, Brian Dessent wrote:
> Dave Korn wrote:
>
>> That I can't say. But assuming the build uses proper dependencies in the
>> makefile, you should be able to workaround it by cutting and pasting that
>> line into your shell, replacing 'gcc' by 'g++' as you go, and once you've
Dave Korn wrote:
> That I can't say. But assuming the build uses proper dependencies in the
> makefile, you should be able to workaround it by cutting and pasting that line
> into your shell, replacing 'gcc' by 'g++' as you go, and once you've got past
> that manually the rest of the build shou
On 24 July 2007 13:42, Sisyphus wrote:
> I've built Inline::CPP on previous Cygwin installations (on Windows 2000)
> and on "native" Win32 builds of perl , but attempts to build this module
> under Cygwin are now failing under 'make test' with the following errors:
>
> ---
Hi,
I'm running Windows Vista Business 64 on an AMD64 box. See below my sig for
'perl -V'.
I've built Inline::CPP on previous Cygwin installations (on Windows 2000)
and on "native" Win32 builds of perl , but attempts to build this module
under Cygwin are now failing under 'make test' with the f
11 matches
Mail list logo