Hi,

On Mon, 27 Jul 2015, gus knight wrote:

> On Mon, Jul 27, 2015 at 12:48 PM, Christian JULLIEN <eli...@orange.fr> wrote:
> > Hi Gus,
> >
> > This is a good idea. If you do so, I also suggest an arch directory that
> > contains subdirectories for all supported archives
> 
> I wound up going with one dir per arch rather than an "arch"
> directory. Let me know if there are any regressions.

$ cd tinycc
$ ./configure && make
...
make: *** No targets specified and no makefile found.  Stop.

Sigh.  Also make -C src is broken, the documentation in particular:

$ make -C src
...
./texi2pod.pl ../docs/tcc-doc.texi tcc.pod
make: ./texi2pod.pl: Command not found
make: [tcc.1] Error 127 (ignored)
pod2man --section=1 --center="Tiny C Compiler" --release=`cat ./../VERSION` 
tcc.pod > tcc.1
Can't open tcc.pod: No such file or directory at /usr/bin/pod2man line 60.
make: [tcc.1] Error 2 (ignored)

This is because you've moved texi2pod.pl from ./ into ./docs/ but haven't 
changed the makefile.  Please fix.


Ciao,
Michael.

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to