public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Gerrit P. Haase" <gp@familiehaase.de>
To: "Alex Vinokur" <alexvn@connect.to>
Cc: cygwin@cygwin.com
Subject: Re: STLport with the Cygwin/MinGW compiler
Date: Sun, 02 Nov 2003 14:40:00 -0000	[thread overview]
Message-ID: <38880681633.20031102154730@familiehaase.de> (raw)
In-Reply-To: <bo2vav$o98$1@sea.gmane.org>

Hallo Alex,

>> Since libstdc++ is also static, it will be a fair race if both
>> times the static archive is used.

> libstlport_cygwin.a works fine.


> I tried to do the same thing with mingw.

[...]


> c++ -shared -o ...

This is wrong, you must also link with -mno-cygwin flag to get the
right libstdc++ in /usr/lib/mingw.

Add it to DYN_LINK:
DYN_LINK=c++ -mno-cygwin -shared -o


However, the link to the static archive also fails, maybe because the
MinGW version of gcc was built without --disable-nls?


Gerrit
-- 
=^..^=


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

  reply	other threads:[~2003-11-02 14:40 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-30 15:59 C++ Compilers : Comparative Performance Testsuite Alex Vinokur
2003-10-30 16:27 ` Gerrit P. Haase
2003-10-31 15:06   ` Alex Vinokur
2003-10-31 17:13     ` Gerrit P. Haase
2003-10-31 19:04       ` Alex Vinokur
2003-11-01  0:42         ` Gerrit P. Haase
2003-11-01  7:14           ` Alex Vinokur
2003-11-01  7:25             ` Alex Vinokur
2003-11-02  2:12               ` Igor Pechtchanski
2003-11-01  7:36             ` Alex Vinokur
2003-11-01 15:44               ` Brian Ford
2003-11-01 10:08             ` STLport with the Cygwin/MinGW compiler (was :: C++ Compilers : Comparative Performance Testsuite) Alex Vinokur
2003-11-01 11:36               ` STLport with the Cygwin/MinGW compiler Gerrit P. Haase
2003-11-01 20:02                 ` Alex Vinokur
2003-11-01 20:10                   ` Alex Vinokur
2003-11-02  9:47                   ` Gerrit P. Haase
2003-11-02 13:03                     ` Alex Vinokur
2003-11-02 14:40                       ` Gerrit P. Haase [this message]
2003-11-02 15:02                         ` Gerrit P. Haase
2003-11-02 18:33                           ` Alex Vinokur
2003-11-01 15:36             ` C++ Compilers : Comparative Performance Testsuite Brian Ford
2003-11-03 18:50   ` Alex Vinokur
2003-11-03 19:58     ` Christopher Faylor
2003-11-04 15:08     ` Re[2]: " Gerrit P. Haase
2003-11-04 15:18       ` Lapo Luchini
2003-11-04 16:00         ` Gerrit P. Haase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38880681633.20031102154730@familiehaase.de \
    --to=gp@familiehaase.de \
    --cc=alexvn@connect.to \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).