Re: problems with perlcc - news

2001-06-07 Thread Claves do Amaral

From: Joe Schell [EMAIL PROTECTED]
To: Claves do Amaral [EMAIL PROTECTED]; perl-win32-
 You did uninstall the older version first right?

bingo! now it works. 

#perlcc.bat formatta_ama.pl

still gives problems, but if I use

#perl -MO=CC formatta_ama.pl

I get the desired result, i.e. a file written in C code
Now I'm going to compile... it will be hard.

Claves
[EMAIL PROTECTED]


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users



Re: problems with perlcc - news

2001-06-07 Thread Claves do Amaral

From: Sisyphus [EMAIL PROTECTED]
 I'm running perl compiled from AS build 626 (5.6.1) source on Win 2k.

thank you Sisyphus.
I have no luck with your script.

I have a question for you: what compiler did you use to compile the AS 5.6.1
on your system? Probabily you use Visual C. I use Borland Builder 4.0 Pro.
Anyway I downloaded the binary package of AS and when I look at the version
of my perl:

#perl -V

i get the following:

// starts
here ---
[...]
Compiler:
cc='cl', ccflags
='-nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT 
 -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DPERL_MSVCRT_READFIX',
optimize='-O1 -MD -DNDEBUG',
cppflags='-DWIN32'
ccversion='', gccversion='', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=4
alignbytes=8, usemymalloc=n, prototype=define
[...].
//--- stops
here -

you can see from the section Compiler there is a command specified, so
probabily that it means'cl' is the compiler required on my system to make
perlcc building the exe file
May I instruct my AS to use BB as a compiler?

Thank you in advance
Claves.

P.S. I send a copy of this to the AS m.list.


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users