This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc and a "long long" type
- From: Richard Henderson <rth at redhat dot com>
- To: Pavel Novy <novy at feld dot cvut dot cz>
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 26 Nov 2001 21:36:02 -0800
- Subject: Re: gcc and a "long long" type
- References: <3BF940C9.5020708@feld.cvut.cz>
[Get raw message]
On Mon, Nov 19, 2001 at 06:26:33PM +0100, Pavel Novy wrote:
> I am experiencing the following issue when linking NetWare loadable
> module (Novell) with object file compiled with gcc:
>
> .../nlmconv.exe: warning: symbol __divdi3 imported but not in import list
This symbol is supplied in libgcc.a. You'll need to figure
out how to link against that.
r~