Thanks for your reply. When I compile gc I get .a files. -rw-r--r-- 1 ctse Administ 660 Dec 28 15:22 libgc.la -rw-r--r-- 1 ctse Administ 11848800 Dec 28 15:22 libgc.a
Does this mean I need to build the gc as a dll and also Neko? I'm working on Windows XP with mingw environment. The compiler is $ gcc -v Using built-in specs. Target: mingw32 Configured with: ../gcc-4.2.2/configure --prefix=/mingw --with-local-prefix=/mingw --build=i686-pc-linux-gnu --host=mingw32 --target=mingw32 --enable-languages=c,c++,fortran,objc,obj-c++,treelang --disable-nls --disable-werror --disable-win32-registry --enable-sjlj-exceptions --enable-threads=win32 --disable-libstdcxx-pch --enable-fully-dynamic-string --enable-libgomp --with-gmp=/extra/crossgcc/win-gmp-install --with-mpfr=/extra/crossgcc/win-mpfr-install --with-libiconv-prefix=/extra/crossgcc/win-iconv-install --with-tune=generic Thread model: win32 gcc version 4.2.2 (TDM-1) Michael ________________________________ From: [EMAIL PROTECTED] on behalf of Nicolas Cannasse Sent: Fri 28/12/2007 14:46 To: Neko intermediate language mailing list Subject: Re: [Neko] Building neko mingw problems Chun Tse wrote: > Hello, > > I'm having problems linking to the gc lib. I've copied libgc.a to bin > directory but no idea what to try next - how to debug this. Since the dynamic function of libgc is used, you actually need the libgc.so to be available on your system. Best, Nicolas -- Neko : One VM to run them all (http://nekovm.org <http://nekovm.org/> ) This e-mail and any attachments may be confidential and/or legally privileged. If you have received this e-mail and you are not a named addressee, please inform Evolving Systems TIS at [EMAIL PROTECTED] and then delete the e-mail from your system. If you are not a named addressee you must not use, disclose, distribute, copy, print or rely on this e-mail. To ensure regulatory compliance and for the protection of our clients and business, Evolving Systems may monitor and read e-mails sent to and from its servers. Although Evolving Systems routinely screens for viruses, addressees should scan this e-mail and any attachments for viruses. Evolving Systems makes no representation or warranty as to the absence of viruses in this e-mail or any attachments. Registered Office: One Angel Square, Torrens Street, London. EC1V 1PL. Registered number 2325854 -- Neko : One VM to run them all (http://nekovm.org)
