victory! I have a working crosscompiler!

Craig Rodrigues rodrigc@mediaone.net
Mon Dec 10 11:38:00 GMT 2001


On Mon, Dec 10, 2001 at 02:11:47PM -0500, Adam Megacz wrote:
> 
> Bo Thorsen <bo@sonofthor.dk> writes:
> > Not true. If you have a C compiler, you have a C library.
> 
> But I've never seen a file called "libc.so" on a windows machine.

But you've seen MSVCRT.DLL haven't you?

If you have the dumpbin.exe program that comes with Visual C++, you
can do:
dumpbin /exports MSVCRT.DLL

If you use Cygwin, that includes its own C library.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          



More information about the Gcc mailing list