$ git pull Already up-to-date. tinycc $ gmake gcc -o tccelf.o -c tccelf.c -DTCC_TARGET_I386 -I. -Wall -g -O2 -fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare -D_FORTIFY_SOURCE=0 tccelf.c: In function 'layout_sections': tccelf.c:1962: error: 'strsec' undeclared (first use in this function) tccelf.c:1962: error: (Each undeclared identifier is reported only once tccelf.c:1962: error: for each function it appears in.) gmake: *** [tccelf.o] error 1 ...
$ uname -a FreeBSD mybsd.zsoft.com 9.1-RELEASE-p14 FreeBSD 9.1-RELEASE-p14 #0: Tue Jun 3 08:49:09 UTC 2014 [email protected]:/usr/obj/usr/src/sys/GENERIC i386 Sincerely! e^(π.i) + 1 = 0 _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
