[Tinycc-devel] How to compile tinyCC with tinyCC which compiled by tinyC
From:
龟腚
Subject:
[Tinycc-devel] How to compile tinyCC with tinyCC which compiled by tinyCC?
Date:
Thu, 11 Feb 2010 12:23:03 +0800
my work pc installed ubuntu9.04 and i install tinyCC from apt-get which's version is 0.9.24 and now i have download tcc-0.9.25 so i want to compile it for install
i use ./configure --prefix=/tmp/tcc --enable-cross --cc=tcc for configure
and make && make install and then i want to test the compiling so i use ./configure --prefix=/tmp/ttcc --enable-cross --cc=/tmp/tcc/bin/tcc for configure use this i get error while make
who can tell me why??
and another question is this 0.9.25 cant be compiled on freebsd who can give me a patch? my freebsd's machine is a x64 one, so i want to use x64_tcc