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

Re: mingw libs


On Thu, Oct 09, 2003 at 04:49:54PM -0400, y2bismil@engmail.uwaterloo.ca wrote:
>Hi Igor,
>
>I added that -mno-cygwin to both compiler and linker and have started a
>build...should be about an hour or two before its donw.
>
>I didn't write the makefiles, but I have modified them to use GCC, so its really
>too complicated to post in its entirety...but the exact linker command is as
>follows:
>
>Bare in mind, I've tried several variations on these, so its not exactly the
>cleanest right now.  I've been 'thrashing' it.
>The commands are on a separate line, but that's just how the build system works
>here.  It does get fed into gcc correctly.
>*****************************
>gcc
>  -mno-cygwin   
>   -LC:\cygwin\lib\mingw
>   -BC:\cygwin\lib\mingw   
>   #list the libraries
>   -lstdc++
>   -lwsock32
>   -lmingw32
>   -g
>   -o$(_Target)
>   %foreach Link in $(LinkFiles)
>   $(LinksPath)\$(Link)
>   %end
>*****************************

If you are compiling c++ files you need to use 'g++' not 'gcc'.

cgf

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