Re: TinyCC bugs

2010-10-17 Thread Ludovic Courtès
Hi Ralf, Ralf Wildenhues writes: > * Ludovic Courtès wrote on Sun, Oct 17, 2010 at 12:16:30AM CEST: >> BTW, TinyCC compiles all the configure tests and Gnulib files in Guile. >> It eventually bails out because Libtool insists on invoking it with >> ‘-rpath’, which it doesn’t support: >>

Re: TinyCC bugs

2010-10-17 Thread Ludovic Courtès
Hi, Bruno Haible writes: >> > I can reproduce it like this: >> > >> > stdlib.h >> > #include >> > foo.c --- >> > #include >> > -- >> > $ /arch/x86-linux/gnu-inst-tcc/0.9.25/bi

Re: TinyCC bugs

2010-10-16 Thread Bruno Haible
Ludo, > > I can reproduce it like this: > > > > stdlib.h > > #include > > foo.c --- > > #include > > -- > > $ /arch/x86-linux/gnu-inst-tcc/0.9.25/bin/tcc -c -I. -I. foo.c > > In

Re: TinyCC bugs

2010-10-16 Thread Ralf Wildenhues
Hi Ludovic, * Ludovic Courtès wrote on Sun, Oct 17, 2010 at 12:16:30AM CEST: > BTW, TinyCC compiles all the configure tests and Gnulib files in Guile. > It eventually bails out because Libtool insists on invoking it with > ‘-rpath’, which it doesn’t support: >

Re: TinyCC bugs

2010-10-16 Thread Ludovic Courtès
Hi Bruno, Bruno Haible writes: >> and a bit of sed to point it to the right libc: >> >> >> https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/development/compilers/tinycc/default.nix > > Well, this is still not going to work for me. On Linux bi-arch systems, 64-bit > libraries are found in /

Re: TinyCC bugs

2010-10-16 Thread Bruno Haible
Hi Ludo, > and a bit of sed to point it to the right libc: > > > https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/development/compilers/tinycc/default.nix Well, this is still not going to work for me. On Linux bi-arch systems, 64-bit libraries are found in /lib64 and /usr/lib64. This line i