[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal
From: |
Christian Jullien |
Subject: |
Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal |
Date: |
Thu, 26 Nov 2020 16:48:59 +0100 |
I've just tried on the latest FreeBSD x64 and, not related to your patch, it
fails as before on:
gmake[1]: Entering directory '/usr/home/jullien/tinycc/lib'
../tcc -c libtcc1.c -o libtcc1.o -B.. -I..
../tcc -c alloca86_64.S -o alloca86_64.o -B.. -I..
../tcc -c alloca86_64-bt.S -o alloca86_64-bt.o -B.. -I..
../tcc -c va_list.c -o va_list.o -B.. -I..
../tcc -c dsohandle.c -o dsohandle.o -B.. -I..
../tcc -ar rcs ../libtcc1.a libtcc1.o alloca86_64.o alloca86_64-bt.o va_list.o
dsohandle.o
../tcc -c bt-exe.c -o ../bt-exe.o -B.. -I..
In file included from bt-exe.c:6:
In file included from ../tccrun.c:21:
In file included from ../tcc.h:34:
In file included from /usr/include/stdlib.h:40:
/usr/include/sys/_types.h:135: error: #error "No support for your compiler for
stdargs"
gmake[1]: *** [Makefile:83: ../bt-exe.o] Error 1
gmake[1]: Leaving directory '/usr/home/jullien/tinycc/lib'
gmake: *** [Makefile:269: libtcc1.a] Error 2
-----Original Message-----
From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange.fr@nongnu.org] On
Behalf Of David CARLIER
Sent: Thursday, November 26, 2020 12:33
To: tinycc-devel@nongnu.org
Subject: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal
Hi,
here my first contribution, hope it is useful.
Kind regards.
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, (continued)
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, David CARLIER, 2020/11/26
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, Christian Jullien, 2020/11/26
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, David CARLIER, 2020/11/26
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, Sudipto Mallick, 2020/11/26
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, Christian Jullien, 2020/11/26
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, David CARLIER, 2020/11/26
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, David CARLIER, 2020/11/26
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, Christian Jullien, 2020/11/26
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, Steffen Nurpmeso, 2020/11/26
[Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal, David CARLIER, 2020/11/26
- Re: [Tinycc-devel] [PATCH] DragonFlyBSD build fix proposal,
Christian Jullien <=