[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
Eray Ozkural |
Subject: |
Re: (no subject) |
Date: |
Sat, 24 Feb 2001 17:42:29 +0200 |
Mayur Khandelwal wrote:
>
> I was compiling the attached code and got the following as below.
> What else should I submit?
>
> 139 maxima: ~>make
> g++ -lm -g -Wall -fhandle-exceptions -c popunit.C
> gcc: -lm: linker input file unused since linking not done
> g++ -g -Wall -fhandle-exceptions -c main.C
> main.C: In function `void initialize_tracts(class Popunit *, const class
> basic_s
> tring<char,string_char_traits<char> > &)':
> main.C:28: Internal compiler error.
> main.C:28: Please submit a full bug report to address@hidden'.
> make: *** [main.o] Error 1
> 140 maxima: ~>
>
I get the following, which probably means you're using an old version
of g++. Please upgrade.
Regards,
------------------------------
orion:bug$ make
g++ -lm -g -Wall -fhandle-exceptions -c popunit.C
cc1plus: warning: -fhandle-exceptions has been renamed to -fexceptions (and is
now on by default)
g++: -lm: linker input file unused since linking not done
g++ -g -Wall -fhandle-exceptions -c main.C
cc1plus: warning: -fhandle-exceptions has been renamed to -fexceptions (and is
now on by default)
g++ -lm -g -Wall -fhandle-exceptions -c stack.C
cc1plus: warning: -fhandle-exceptions has been renamed to -fexceptions (and is
now on by default)
g++: -lm: linker input file unused since linking not done
g++ -g main.o stack.o popunit.o -o run
main.o: In function `__malloc_alloc_template<0>::deallocate(void *, unsigned
int)':
/usr/lib/gcc-lib/i386-linux/2.95.3/../../../../include/g++-3/std/bastring.h(.text+0x150):
undefined reference to `Popunit::Popunit(double, double, int, int,
basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0>
>)'
/usr/lib/gcc-lib/i386-linux/2.95.3/../../../../include/g++-3/std/bastring.h(.text+0x227):
undefined reference to `Popunit::set(double, double, int, int,
basic_string<char, string_char_traits<char>, __default_alloc_template<true, 0>
>)'
collect2: ld returned 1 exit status
make: *** [run] Error 1
orion:bug$
--
Eray (exa) Ozkural
Comp. Sci. Dept., Bilkent University, Ankara
e-mail: address@hidden
www: http://www.cs.bilkent.edu.tr/~erayo
- (no subject), Mayur Khandelwal, 2001/02/23
- Re: (no subject),
Eray Ozkural <=
- Prev by Date:
Re: Internal compiler error.
- Next by Date:
B,U.I;LD, .Y;OU-R; C,A,B.L;E ;BOX <<LEGAL>>,,.,,,,,,.,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 8514
- Previous by thread:
(no subject)
- Next by thread:
Internal compiler error.
- Index(es):