This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


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

Re: #include <stdio.h> didn't work.


> 
>     Does anybody know what I did wrong on the other computer?

Yes. You didn't use setup.

Setup does more than just unpack archives, it also sets up your mount
table and adds entries in the registry.

You can (maybe) fix your problem by doing this:

umount / && mount -b c:\cygwin /
mount -b c:\\cygwin\\bin /usr/bin
mount -b c:\\cygwin\\lib /usr/lib

But you're probably better off running setup on the second system.

CYGWIN=C:\CYGWIN is completely and totally wrong. Read The Fine Manual
to discover what the CYGWIN variable is for.

--Chuck

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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