http://qs321.pair.com?node_id=385383


in reply to Re^4: Perl & borland 5.5 C/C++ Compiler
in thread Perl & borland 5.5 C/C++ Compiler

First I actually gave you a ++ as your point was perfectly valid and I was far to lazy to try to get Borland to work (been there before). Someone downvoted every post on this node for whatever reason (just noted on update). Not my malice I'm afraid. But just to pick nits about the define. It is there, and must be there in your Borland compile. I have resorted to syntax highlighing ;-)

C:\>perl -MExtUtils::Embed -e ccopts -e ldopts
-tWD  -L"c:\perl\lib\CORE"  -L"C:\borland\bcc55\lib" -Gn  C:\perl\lib\CORE\perl58.lib 
C:\borland\bcc55\lib\import32.lib C:\borland\bcc55\lib\cw32mti.lib
-O2 -D_RTLDLL -DWIN32 -DHAVE_DES_FCRYPT -D_MT -D__USELOCALES__ -D_WIN32_WINNT=0
x0410 -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS  -I"C:\perl\lib\CORE"
C:\>

cheers

tachyon

  • Comment on Re^5: Perl & borland 5.5 C/C++ Compiler

Replies are listed 'Best First'.
Re^6: Perl & borland 5.5 C/C++ Compiler
by blm (Hermit) on Aug 24, 2004 at 13:34 UTC
    Yep I need glasses. My bad. :-). I thought I copied and pasted. Oh well.