|
From: Edmund Ng <edm...@sc...> - 2000-11-28 14:40:06
|
SONE Takeshi wrote: > On Mon, Nov 27, 2000 at 05:33:35PM -0500, Edmund Ng wrote: > > I should mention that the cross compiler for one reason or another > > doesn't accept the --shared option. (I'm using the latest version > > 2.95.2 of GCC) > > I am successfully cross-building DLLs on Linux using "-shared" option. > My cross-tools are built from Mumit Khan's snapshot gcc and binutils > source. > > -- > SONE Takeshi $B$=$M(B $B$?$1$7(B > mailto:ts...@cm... Office Craftsman Arts > http://www.cma.co.jp/~ts1/ I had used version binutils 2.10.1 to build my binary sources... would that have cause the error? However, my cross linker does accept the --shared option. I have applied the patch to the code but I had one file that was non existent that worried me at the time but did not seem to affect the compilation. gcc-2.95.2/gcc/gthr-win32.h I"m not sure if the problems I'm having could be related to it. Does anyone perchance know what this file does and where I can get it (if I need it). Thanks, Edmund |