Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
runtime/parrot/library/config. pbc
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Nicholas Clark  
View profile  
 More options Nov 11 2004, 5:33 am
Newsgroups: perl.perl6.internals
From: n...@ccl4.org (Nicholas Clark)
Date: Thu, 11 Nov 2004 10:33:28 +0000
Local: Thurs, Nov 11 2004 5:33 am
Subject: runtime/parrot/library/config.pbc
What generates runtime/parrot/library/config.pbc ?
It seems that make clean can remove it, and then any subsequent make fails:

$ make all
Compiling with:
xx.c
cc -DAPPLLIB_EXP=/usr/local/lib/perl5/5.6.1/BSDPAN -I/usr/local/include -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Winline -W -Wno-unused -Wsign-compare -Wformat-nonliteral -Wformat-security -Wpacked -Wdisabled-optimization -mno-accumulate-outgoing-args -Wno-shadow -falign-functions=16 -I./include -I./blib/include -DHAS_JIT -DI386 -DHAVE_COMPUTED_GOTO -I. -o xx.o -c xx.c
/usr/bin/perl -e 'chdir shift @ARGV; system q{make}, @ARGV; exit $? >> 8;' docs
/usr/bin/perl -e '-d or mkdir $_,0777 or die foreach @ARGV' ops
make: don't know how to make runtime/parrot/library/config.pbc. Stop

Nicholas Clark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Nov 11 2004, 8:49 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Thu, 11 Nov 2004 14:49:24 +0100
Local: Thurs, Nov 11 2004 8:49 am
Subject: Re: runtime/parrot/library/config.pbc

Nicholas Clark wrote:
> What generates runtime/parrot/library/config.pbc ?

It's an extension rule .imc.pbc.

> It seems that make clean can remove it, and then any subsequent make fails:

No problem here, jsut tried it.

> Nicholas Clark

leo

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicholas Clark  
View profile  
 More options Nov 11 2004, 10:26 am
Newsgroups: perl.perl6.internals
From: n...@ccl4.org (Nicholas Clark)
Date: Thu, 11 Nov 2004 15:26:54 +0000
Local: Thurs, Nov 11 2004 10:26 am
Subject: Re: runtime/parrot/library/config.pbc

On Thu, Nov 11, 2004 at 02:49:24PM +0100, Leopold Toetsch wrote:
> Nicholas Clark wrote:
> >What generates runtime/parrot/library/config.pbc ?

> It's an extension rule .imc.pbc.

> >It seems that make clean can remove it, and then any subsequent make fails:

> No problem here, jsut tried it.

Aha. Then it looks like it's a problem with the Makefile on FreeBSD make.

<time passes>

It seems that FreeBSD make wants .SUFFIXES above the first line that uses one
of the suffixes. I committed a fix.

Nicholas Clark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »