develooper Front page | perl.perl5.porters | Postings from September 2003

[perl #23722] ByteLoader question

From:
perlbug-followup
Date:
September 4, 2003 07:53
Subject:
[perl #23722] ByteLoader question
Message ID:
rt-23722-64136.14.8653795149126@rt.perl.org
# New Ticket Created by  cristian.tudora@dnasw.com 
# Please include the string:  [perl #23722]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23722 >


Hello Tom,
  i have installed RH9.0 with Perl.It appears that in this release,the
perl is compiled with threads support.
  I tryed a simple script in RH7.2 and it worked.If i recompile perl with
USE_THREAD,the script does nothing.The same problem is in RH9.0

The script example :
-----test.pl------
#!/usr/bin/perl
print "Hello Tom\n";
------------------

-----z.pl---------
#!/usr/bin/perl
use ByteLoader 0.03; #or 0.04
------------------

perl -MO=Bytecode test.pl >> z.pl ; perl z.pl

on RH7.2 (no threads)        : Hello Tom
on RH7.2 (threads) or RH9.0  :


Regards,Cristi

===============
Cristian Tudora




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About