This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE:
- To: 'Loren James Rittle' <rittle at latour dot rsch dot comm dot mot dot com>
- Subject: RE:
- From: Meenan Vishnu <meenan dot vishnu at calix dot com>
- Date: Wed, 24 Oct 2001 09:23:15 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
Hi Loren,
Sorry about the wrong address. I found the address at gnu site. Anyway, I
first tried without the
-D_GLIBCPP_USE_LONG_LONG option and it spits out tons of error messages.
Basically, the library does not like long long
variables. (Even though I have no right), I tried defining the
_GLIBCPP_USE_LONG_LONG macro and it
compiles but the printed result is wrong. (0 instead of 5).
If this is not a bug, what should I do to enable me to use long long
variables in g++. The earlier version of
g++ let me use long long without a problem. It is only the version 3.0 and
3.01 (on Solaries) that is preventing me.
BTW, I installed gcc 3.0 and 3.01 on the Linux machines and it works. Do I
have to do something different on the Solaris machines?
Thank You,
Meenan
-----Original Message-----
From: Loren James Rittle [mailto:rittle@latour.rsch.comm.mot.com]
Sent: Tuesday, October 23, 2001 7:14 PM
To: gcc-bugs@gcc.gnu.org
Cc: meenan.vishnu@calix.com
Subject:
In article <8119A4CE9D90D311912A00508B552B2A084DCFC3@cnexch>:
> I installed gcc 3.01 on Solaries 2.7 but it does not compiler the
following
> simple program [which does not conform to any standard -ljr]: [...]
> I tried compiling as
> g++ -c -D_GLIBCPP_USE_LONG_LONG -static junk.cc
[...]
Your bug report was filed to the wrong place.
Why do you think you have the right to define a macro in implementor
space on the command line?
Not a bug...
Regards,
Loren