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]

help me to compile the cygwinq.lib under VC with my program


Hi ,all

I remember some one did but I don't know how to do it now.

I got the cygwin1.lib and crt0.lib (http://sources.redhat.com/ml/cygwin/2004-06/msg00274.html) 
by the website instructions . but when linking my program , VC told me that it coundn't link _exit(0) beacuse the symbol is defined in other dlls.(mscrt.dll), When i ignore all the default libraries, there is WinMain16@ linking error.
 
 
In fact , I need system V function like share memory and  semaphore function , like semop, semat,shmget etc.  I want to get these functions from cygwin1.lib which can be used under windows.
 
Could do me a favor to  tell me the detail how can i do it? Any answers are  appreciated.
 
Thanks in advance,
 
Rudolf


--
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]