This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Help in Compiling and running Daemon with gcc3.2 on HPUX 11.11
- From: llewelly at xmission dot com
- To: "Lalit Seth" <laalit_seth at hotmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 27 Mar 2004 20:16:12 -0700
- Subject: Re: Help in Compiling and running Daemon with gcc3.2 on HPUX 11.11
- References: <BAY2-F1197wbynUNiKc0001a8c7@hotmail.com>
"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'.