Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
_lftin undeclared?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Messi
n00b
n00b


Joined: 19 Jul 2002
Posts: 56
Location: Germany

PostPosted: Mon May 12, 2003 11:28 am    Post subject: _lftin undeclared? Reply with quote

Hi,
I hope I'm in the right forum for this....

A year ago a collegue of mine wrote a Java native driver for MySQL.

I just tried to compile it, but since gcc3.2 it doesn't work (it compiled on RH 7 with gcc2.9.x though).

This is the code the compiler complains about:

Code:
#ifdef _MT
        return( *(double *)&(_fltin2( &fltstruct, nptr, maxlength, 0, 0 )->dval) );
#else  /* _MT */
        return( *(double *)&(_fltin( nptr, maxlength, 0, 0 )->dval) );
#endif  /* _MT */


and this the error it returns:

Code:

NativeMySQL.cpp: In function `double atofown(const char*, int)':
NativeMySQL.cpp:409: `_fltin' undeclared (first use this function)
NativeMySQL.cpp:409: (Each undeclared identifier is reported only once for each
   function it appears in.)


Since I'm not a C(++) Programmer I can't figure out how to fix this :(

Can anybody help me out on this?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum