|
From: Gilles D. <Gil...@wa...> - 2003-05-28 17:56:30
|
Hi,
I am having a problem when creating a dll from a (rather) large object
file. The (generated) source file that is compiled is 2.8 Mb.
Compilation works fine but linking the dll gives the following error
(with any gcc version since the one releases in Mingw 2):
gcc.exe -shared -Wl,--out-implib,libfoo.a -o foo.dll foo.o
Error: 0-bit reloc in dll
Any idea what I should look for to work around this issue?
Thanks for your help,
Best regards,
Gilles
--
Gilles Depeyrot <mailto:Gil...@wa...>
<http://perso.wanadoo.fr/gilles.depeyrot>
|