> "GL" == Gea-Suan Lin writes:
GL> Hello everyone,
GL> I made a port for pcc (Portable C Compiler), but it seems have problem
GL> in do-build occasionally.
It builded if remove work/.build_done.pcc._usr_local, and run make again.
but:
$ cat - > test.c
int main (void) {return 0;}
On, Tue Sep 18, 2007, Gea-Suan Lin wrote:
> Hello everyone,
>
> I made a port for pcc (Portable C Compiler), but it seems have problem
> in do-build occasionally.
[...]
It's already in the ports: /usr/ports/lang/pcc.
It suffers from the same issues however (maintainer was informed some
hours ag
Gea-Suan Lin ha scritto:
I made a port for pcc (Portable C Compiler), but it seems have problem
in do-build occasionally.
The problem is when I do "make build", it will not run real make.
Define USE_GMAKE=yes or fix the Makefile.in's.
--
Alex Dupre
Hello everyone,
I made a port for pcc (Portable C Compiler), but it seems have problem
in do-build occasionally.
You might download the shar in:
http://netnews.nctu.edu.tw/~gslin/tmp/pcc.shar
The problem is when I do "make build", it will not run real make.
[EMAIL PROTECTED] [~/work/ports/pcc]