Re: Request for tester for pcc port

2007-09-18 Thread Max N. Boyarov
> "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;}

Re: Request for tester for pcc port

2007-09-18 Thread Marcus von Appen
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

Re: Request for tester for pcc port

2007-09-18 Thread Alex Dupre
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

Request for tester for pcc port

2007-09-17 Thread Gea-Suan Lin
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]