This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: victory! I have a working crosscompiler!


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          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]