Re: adapting for use with TCC

2005-12-29 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Thu, Dec 29, 2005 at 02:46:14PM CET: > * Edward Chernenko wrote on Wed, Dec 28, 2005 at 12:34:06PM CET: > > Hi, my system is LFS/Linux, C compiler TCC 0.9.23 and > > I'm using > > > GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) > All in all, I wonder whether it's

Re: adapting for use with TCC

2005-12-29 Thread Ralf Wildenhues
Hi Edward, * Edward Chernenko wrote on Wed, Dec 28, 2005 at 12:34:06PM CET: > Hi, my system is LFS/Linux, C compiler TCC 0.9.23 and > I'm using > > GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) > > This compiler have no support for '-soname' linker > option. I advise you to include the ch

adapting for use with TCC

2005-12-28 Thread Edward Chernenko
Hi, my system is LFS/Linux, C compiler TCC 0.9.23 and I'm using > GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) This compiler have no support for '-soname' linker option. I advise you to include the check for such a compiler feature into the libtool configure macro. Edward.