I am using 1.5.22 of libtool and noticed that libtool hard codes -lCstd
and -lCrun. It would be better for libtool to use -library=Cstd by
default and allow the user to over write if they pass -library on the
command line. This is an issue for me as I need the stlport4 library's
definition of t
On Fri, Nov 03, 2006 at 10:29:00AM -0800, Edward Maros wrote:
> I am using 1.5.22 of libtool and noticed that libtool hard codes
> -lCstd and -lCrun. It would be better for libtool to use
> -library=Cstd by default and allow the user to over write if they
> pass -library on the command line. This i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hallo Ralf,
On 27 Oct 2006, at 17:57, Ralf Wildenhues wrote:
int main (void)
{
- return fabs (b (3.1415 / 2.)) < 0.01 && fabs (sqrt (4.) - 2.) <
0.01;
+ /* The ! is to invert C true to shell true
+ * The function b should call our sin (that