This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

linux compiler


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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]