Re: [perl #34356] Module to query parrot-config

2005-03-07 Thread Leopold Toetsch
Adrian Lambeck <[EMAIL PROTECTED]> wrote: [ please don't top post ] > I will try it out to see if it works for me. Now I know how to get the > data but how can I include this into a Makfile. If this were Perl-code > I could use MakeMaker but this way I need to do it somehow different. There's a

Re: [perl #34356] Module to query parrot-config

2005-03-07 Thread Adrian Lambeck
I will try it out to see if it works for me. Now I know how to get the data but how can I include this into a Makfile. If this were Perl-code I could use MakeMaker but this way I need to do it somehow different. By the way - in which file did you find this example. Adrian Am Montag, 7. MÃrz

Re: [perl #34356] Module to query parrot-config

2005-03-06 Thread William Coleda
Here's the sample from the perldoc: .sub _some # store the config data into $P0 $P0 = _config() # Retrieve and print a key $P1 = $P0["cc"] print "Your C compiler is " print $P1 print "\n" .end .include "library/config.imc" Which, when run on m

Re: [perl #34356] Module to query parrot-config

2005-03-06 Thread Adrian Lambeck
This might be it - how do I access the data ? Am Sonntag, 6. MÃrz 2005 20:13 schrieb Will Coleda via RT: > Whoops, had already cd'd... > > it's actually in 'runtime/parrot/library/config.imc' > > Is this what you're looking for? > > William Coleda wrote: > > Already exists. > > > > perldoc parrot

Re: [perl #34356] Module to query parrot-config

2005-03-06 Thread William Coleda
Whoops, had already cd'd... it's actually in 'runtime/parrot/library/config.imc' Is this what you're looking for? William Coleda wrote: Already exists. perldoc parrot/library/config.imc Regards. Lambeck (via RT) wrote: # New Ticket Created by Lambeck # Please include the string: [perl #34356] #

Re: [perl #34356] Module to query parrot-config

2005-03-06 Thread William Coleda
Already exists. perldoc parrot/library/config.imc Regards. Lambeck (via RT) wrote: # New Ticket Created by Lambeck # Please include the string: [perl #34356] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34356 > It would b

[perl #34356] Module to query parrot-config

2005-03-06 Thread via RT
# New Ticket Created by Lambeck # Please include the string: [perl #34356] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=34356 > It would be nice to have a module that returns the installed parrot config. Other applicatio