This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc and a "long long" type

[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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]