Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Injected-Via-Gmane: http://gmane.org/
To: cygwin@cygwin.com
From: "Alex Vinokur" <alexvn@connect.to>
Subject: Re: C++ Compilers : Comparative Performance Testsuite
Date: Fri, 31 Oct 2003 20:41:31 +0200
Lines: 51
Message-ID: <bnuacn$6iu$1@sea.gmane.org>
References: <bnr72n$li9$1@sea.gmane.org>    <157-1772867639.20031030154714@familiehaase.de>    <bntl4h$jci$1@sea.gmane.org> <43-1680745334.20031031172236@familiehaase.de>
X-Complaints-To: usenet@sea.gmane.org
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106


"Gerrit P. Haase" <freeweb@nyckelpiga.de> wrote
[snip]
>
> I posted a Makefile to build a Cygwin version of STLport with DLL's and
> static archives:  http://www.cygwin.com/ml/cygwin/2003-06/msg00790.html
>
> If it shows up that using STLport instead of libstdc++ templates
> increases the speed of the code running, maybe someone volunteers to
> maintain an STLport package for Cygwin?
>
[snip]

I have done the following things :

$ cd STLport-4.5.3
$ ln -s /usr/include/c++/3.3.1 g++-v3
$ cd src
$ make
[---omitted---]
$ cd ../lib
$ ls -1
libstlport-45.dll
libstlport.a
libstlport.dll.a
libstlport_stldebug-45.dll
libstlport_stldebug.a
libstlport_stldebug.dll.a
obj


Now I would like to compile file foo.cpp _with stlport libraries_ using the Cygwin/MinGW compiler.
How to do that?


 =====================================
   Alex Vinokur
     mailto:alexvn@connect.to
     http://mathforum.org/library/view/10978.html
     news://news.gmane.org/gmane.comp.lang.c++.perfometer
   =====================================












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

