Bug#663693: tcc should support the -rpath option

2012-03-14 Thread Vincent Lefevre
On 2012-03-13 20:09:56 +0100, Thomas Preud'homme wrote: I don't understand. How can libtool generate -rpath when even gcc doesn't support it? AFAIK, libtool generates the -rpath option, possibly with a linker prefix. This means in the case of gcc: -Wl,-rpath -Wl,some_dir but tcc doesn't support

Bug#663693: tcc should support the -rpath option

2012-03-14 Thread Thomas Preud'homme
tags 663693 - wontfix thanks Le mercredi 14 mars 2012 08:47:51, Vincent Lefevre a écrit : On 2012-03-13 20:09:56 +0100, Thomas Preud'homme wrote: I don't understand. How can libtool generate -rpath when even gcc doesn't support it? AFAIK, libtool generates the -rpath option, possibly with

Bug#663693: tcc should support the -rpath option

2012-03-14 Thread Vincent Lefevre
On 2012-03-14 11:55:25 +0100, Thomas Preud'homme wrote: Le mercredi 14 mars 2012 08:47:51, Vincent Lefevre a écrit : AFAIK, libtool generates the -rpath option, possibly with a linker prefix. This means in the case of gcc: -Wl,-rpath -Wl,some_dir but tcc doesn't support this (only with the

Bug#663693: tcc should support the -rpath option

2012-03-13 Thread Vincent Lefevre
Package: tcc Version: 0.9.26~git20120104.83d57c0-4 Severity: wishlist Tags: upstream patch tcc should support the -rpath option, as it is generated by libtool (e.g. to be able to build the MPFR tests with shared libraries enabled). The attached patch does that (please review it, as I am not

Bug#663693: tcc should support the -rpath option

2012-03-13 Thread Thomas Preud'homme
Le mardi 13 mars 2012 13:15:38, vous avez écrit : Package: tcc Version: 0.9.26~git20120104.83d57c0-4 Severity: wishlist Tags: upstream patch tcc should support the -rpath option, as it is generated by libtool (e.g. to be able to build the MPFR tests with shared libraries enabled). The