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: C++ Compilers : Comparative Performance Testsuite
Date: Sat, 01 Nov 2003 00:42:00 -0000	[thread overview]
Message-ID: <118743930094.20031101014819@familiehaase.de> (raw)
In-Reply-To: <bnuacn$6iu$1@sea.gmane.org>

Hallo Alex,

Am Freitag, 31. Oktober 2003 um 19:41 schriebst du:


> "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?

g++ -c -o foo.o foo.cpp
gcc -o foo -lstlport

g++ -mno-cygwin -c -o foo.o foo.cpp
gcc -mno-cygwin -o foo -lstlport


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-01  0:42 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-30 15:59 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 [this message]
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
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=118743930094.20031101014819@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).