Re: [Tinycc-devel] realpath(x, NULL) doesn't work with tcc(1)

2016-06-05 Thread Michael Matz
Hi, On Thu, 2 Jun 2016, Steffen Nurpmeso wrote: Well, have i yet asked this? I think no... It's like that for a long time, ever since i use tcc(1) (autumn last year): ?0[steffen@wales tmp]$ cat t.c #include int main(void){ char *x = realpath(".", NULL); return (x != NULL) ? 0 :

Re: [Tinycc-devel] -Wl,-rpath not passed through?

2016-06-05 Thread Michael Matz
Hi, On Sat, 4 Jun 2016, David Mertens wrote: Nice. I am not very familiar with this part of tcc, but I noticed the use of ':' as a path separator. Is this the path separator used across all platforms? Yes. On all those that support DT_RPATH or DT_RUNPATH, which is an ELFism ... In