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~