bug-dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-dejagnu] What has happened to dejagnu? Bug with SCO OpenServer


From: Martin Muenstermann
Subject: Re: [Bug-dejagnu] What has happened to dejagnu? Bug with SCO OpenServer and UnixWare.gcc as well.
Date: Tue, 10 Jul 2001 09:33:53 +0200

Boyd Lynn Gerber wrote:
> 
> To whom it may concern,
> 
> ./configure, CC=gcc CXX=gcc ./configure, CC=gcc CXX=gcc ./configure 
> --host=i386-pc-sco5
> or CC=gcc CXX=gcc ./configure --host=i386-pc-sco3.2v5.0.X where X is 0,2,4,5,6
> [...]
> Undefined                       first referenced
>  symbol                             in file
> ostream::flush(void)                unit.o
> endl(ostream &)                     unit.o
> string_char_traits<char>::length(char const *)unit.o
> string_char_traits<char>::copy(char *, char const *, unsigned int)unit.o
> ostream::operator<<(ostream &(*)(ostream &))unit.o
> string_char_traits<char>::move(char *, char const *, unsigned int)unit.o
> ostream::operator<<(int)            unit.o
> cerr                                unit.o
> cout                                unit.o
> [...]

Hello,
looks like your trying to build a C++ program with a C compiler/linker.
You might want to set CXX=g++.

HTH,
Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]