Hi Jonathan, On 2012-05-13 14:30:23 -0500, Jonathan Nieder wrote: > Any changes since tcc gained support for -Wl,-rpath -Wl,<foo>? > (Thanks for that, by the way.)
If I run ./configure CC=tcc make make check then I get the failure at link time. But in the libtool script generated by configure, if I replace wl="" by wl="-Wl," then I no longer get link time failures. So, libtool should use -Wl, for tcc. -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

