This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Help in Compiling and running Daemon with gcc3.2 on HPUX 11.11


hi,

My gcc thread Model = POSIX as i have done enable-thread on configure.

Any other place to look at??

Rgds
Lalit Seth


From: llewelly@xmission.com
To: "Lalit Seth" <laalit_seth@hotmail.com>
CC: gcc-help@gcc.gnu.org
Subject: Re: Help in Compiling and running Daemon with gcc3.2 on HPUX 11.11
Date: 27 Mar 2004 20:16:12 -0700


"Lalit Seth" <laalit_seth@hotmail.com> writes:

> Hi,
>
> I m compiling the C++ Daemon using Boost Library for Threads.
> For each task/request the new threads are created.
>
> The real problem is the way the Daemon runs in HPUX well we have
> compiled it successfully using gcc3.2 and have tested it on RH8 and
> RH9 but the Code does memory faults very often on HPUX at different
> locations.
>
> I also wanted to know whether Multiprocessor makes any difference as
> RH8 and RH9 where on Single Proccessor machines whereas HPUX has 2
> CPUs.
>
> Are there some special flags available for HPUX and for multiprocessor
> environment.

Please read about the --enable-threads configure time option. See:
http://gcc.gnu.org/install/configure.html and search for
'enable-threads'.

_________________________________________________________________
Easiest Money Transfer to India. Send Money To 6000 Indian Towns. http://go.msnserver.com/IN/42198.asp Easiest Way To Send Money Home!



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