This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

__strtoll, __strtoull and _GLIBCPP_USE_LONG_LONG under hppa64-hpux


I noticed when I tried a static link of capacity.cc that __strtoll and
__strtoull are not defined under hppa64-hpux.  I know that various solutions
for the long long issue have been proposed but none seem to have received
approval.

Since strtoll and strtoull are not available, is a reasonable solution
to this problem just to add an ifdef __LP64__ to hpux/os_defines.h
defining _GLIBCPP_USE_LONG_LONG to be 0?  We need to eliminate the
undefined symbols.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]