public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/6020] [hpux 11.00] _FILE_OFFSET_BITS token error
       [not found] <20020320101609.6020.mfbrown1@students.uiuc.edu>
@ 2003-07-05 17:11 ` dhazeghi at yahoo dot com
  2003-07-11 15:45 ` mfbrown1 at students dot uiuc dot edu
  2003-08-10 22:18 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 3+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-05 17:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6020


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dhazeghi at yahoo dot com   |
  GCC build triplet|                            |hppa2.0-hp-hpux11.00
   GCC host triplet|                            |hppa2.0-hp-hpux11.00
 GCC target triplet|                            |hppa2.0-hp-hpux11.00


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-05 17:11 -------
Reminder that this bug is still awaiting feedback. Would it be possible for you to check whether 
this problem is still present with gcc 3.3?


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libstdc++/6020] [hpux 11.00] _FILE_OFFSET_BITS token error
       [not found] <20020320101609.6020.mfbrown1@students.uiuc.edu>
  2003-07-05 17:11 ` [Bug libstdc++/6020] [hpux 11.00] _FILE_OFFSET_BITS token error dhazeghi at yahoo dot com
@ 2003-07-11 15:45 ` mfbrown1 at students dot uiuc dot edu
  2003-08-10 22:18 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 3+ messages in thread
From: mfbrown1 at students dot uiuc dot edu @ 2003-07-11 15:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6020



------- Additional Comments From mfbrown1 at students dot uiuc dot edu  2003-07-11 15:45 -------
On HP-UX, one of the following must be true in order to use large file mode:

defined(__STDC_EXT__) || !defined(__STDC__) || defined(__LP64__)

g++-3.0.4 fails if __STDC_EXT__ is set, but works if __LP64__ is set.  Now,
g++-3.3 works under both conditions.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libstdc++/6020] [hpux 11.00] _FILE_OFFSET_BITS token error
       [not found] <20020320101609.6020.mfbrown1@students.uiuc.edu>
  2003-07-05 17:11 ` [Bug libstdc++/6020] [hpux 11.00] _FILE_OFFSET_BITS token error dhazeghi at yahoo dot com
  2003-07-11 15:45 ` mfbrown1 at students dot uiuc dot edu
@ 2003-08-10 22:18 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-10 22:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6020


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-10 22:18 -------
For 3.3.2, __STDC_EXT__ is set now like it was in 3.0.4.
The correct way of turning on large file support on HPUX is to use: -D_LARGEFILE_SOURCE -
D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 so closing as invalid.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-08-10 22:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020320101609.6020.mfbrown1@students.uiuc.edu>
2003-07-05 17:11 ` [Bug libstdc++/6020] [hpux 11.00] _FILE_OFFSET_BITS token error dhazeghi at yahoo dot com
2003-07-11 15:45 ` mfbrown1 at students dot uiuc dot edu
2003-08-10 22:18 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).