tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Missing symbol on Alpine Linux / Musl


From: Steffen Nurpmeso
Subject: [Tinycc-devel] Missing symbol on Alpine Linux / Musl
Date: Fri, 29 Sep 2017 21:14:10 +0200
User-agent: s-nail v14.9.4

Hello.

I thought i provide a tinycc package for Alpine Linux/musl because
it is missing there, but from [] as of 2017-09-26 i get "implicit
declaration" errors for

  '__builtin_va_end'
  '__builtin_va_start'
  '__builtin_va_arg'


This comes from /usr/include/stdarg.h,
/usr/lib/tcc/include/stdarg.h is not inspected.
That problem i have never seen with tcc, can i do something about
that?  uname -a is

  Linux essex 4.9.51-0-hardened #1-Alpine SMP Fri Sep 22 19:29:59
  GMT 2017 x86_64 Linux

(Alpine Linux edge).  And this is musl.  The recipe is

  build() {
          cd "$builddir"
          ./configure --prefix=/usr --config-musl --with-selinux || return 1
          sed -E -i'' -e 's/^(.*)makeinfo(.*)/\1: > \2/' Makefile || return 1
          make
  }

Thank you!

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]