This is the mail archive of the cygwin 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]
Other format: [Raw text]

Re: 1.5.25-15: First steps with ncurses programming: can NOT build Hello_world app


[Reformatted--please see:
  http://www.cygwin.com/acronyms/#PCYMTWLL
Thanks.]

On 2009-02-27 15:10Z, Alexey Lyubimov wrote:
> 
> 2. Can you point me to the right place in the documentation
> (Cygwins's, gcc's, ld's or I don't know whose :)) where
> auto-import is explained in not very complicated manner
> (with examples of practical usage for Win32)?

It's a linker (ld) option, so do this:
  man ld
then type this:
  /auto-import
and hit Enter.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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