This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
linux compiler
- To: <gcc at gcc dot gnu dot org>
- Subject: linux compiler
- From: "Kepa Iddeo" <kepa dot larizgoitia at era-e dot com>
- Date: Tue, 26 Jun 2001 15:34:54 +0200
Thank you for your reply Jeff,
the compiler command works except for these lines, that won´t compile:
pthread_rwlockattr_t m_attr;
pthread_rwlock_t m_rwlock;
int pthread_rwlockattr_init(...)
If you have any solution for this problem I would be much obliged.
Thank you
Kepa
----- Original Message -----
From: "Jeff Sturm" <jsturm@one-point.com>
To: "Kepa Iddeo" <kepa.larizgoitia@era-e.com>
Sent: Tuesday, June 26, 2001 3:08 PM
Subject: Re: linux compiler options
>
>
> On Tue, 26 Jun 2001, Kepa Iddeo wrote:
> > What I would like to know is what the equivalent compiler command and
> > compiler options are for the above line executed on the Sun
> > (g++ -pthreads -lsocket -lmalloc -O3)?
>
> g++ -pthread -O3
>
> Jeff
>
>
>