Subject: Thanks for -mieee and vfork warning
To: None <port-alpha@netbsd.org>
From: Wada Tatsuaki <wada@faraday.ee.ibaraki.ac.jp>
List: port-alpha
Date: 02/16/1999 14:15:53
I have just built the src supped today and noticed the current g++ can treat DBL_MIN etc. defined in float.h correctly.
min.cc:
#include <iostream.h>
#include <float.h>
int main(){
cout << DBL_MIN << endl;
}
> g++ -o min min.cc
/usr/lib/libstdc++.so: warning: reference to compatibility vfork();
include <unistd.h> for correct reference
> ./min
>2.22507e-308
Thanks for your good works.
However, I've still get the above warning.
--
Wada Tatsuaki