Hi!

On Wed, 29 Sep 1999 [EMAIL PROTECTED] wrote:

>        I fixed what I could from the messages you sent. Basically
> only keep the const version of mystrcasestr, prevent hiding the compare
> function in derived classes. The undefined symbols are still quite mysterious.
>        Have you been able to recompile in static only mode ?

Compiling in static mode works with a few warnings:

ld: 0711-224 WARNING: Duplicate symbol: .String::operator[](int) const
ld: 0711-224 WARNING: Duplicate symbol: .String::operator[](int)
ld: 0711-224 WARNING: Duplicate symbol: .String::operator<<(char)
ld: 0711-224 WARNING: Duplicate symbol: .String::operator<<(const char*)
ld: 0711-224 WARNING: Duplicate symbol: .String::operator+=(const char*)
ld: 0711-224 WARNING: Duplicate symbol: .String::operator+=(const String&)
ld: 0711-224 WARNING: Duplicate symbol: .String::length() const
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
ld: 0711-224 WARNING: Duplicate symbol: .String::operator[](int) const
ld: 0711-224 WARNING: Duplicate symbol: .String::operator[](int)
ld: 0711-224 WARNING: Duplicate symbol: .String::operator<<(char)
ld: 0711-224 WARNING: Duplicate symbol: .String::operator<<(const char*)
ld: 0711-224 WARNING: Duplicate symbol: .String::operator+=(const char*)
ld: 0711-224 WARNING: Duplicate symbol: .String::operator+=(const String&)
ld: 0711-224 WARNING: Duplicate symbol: .String::length() const

Cheers,
         Leo

-----------------------------------------------------------------------
Alexander (Leo) Bergolth                          [EMAIL PROTECTED]
WU-Wien - Zentrum fuer Informatikdienste       http://leo.wu-wien.ac.at
Info Center
Linux - because reboots are for hardware changes


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to