> -----Original Message-----
> From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor
> Sent: Monday, July 07, 2008 4:36 PM
> To: dev@stdcxx.apache.org
> Subject: Re: Makefile issues on hp-ux
> 
> Travis Vitek wrote:
> > I'm seeing some weird errors when porting some code to 
> acc-6.16, and I
> > figured that I'd mention it because I've wasted a 
> considerable amount of
> > time trying to figure out why my code isn't compiling. The 
> following is
> > a transcript of what I've been seeing...
> 
> Yeah, there's a problem with implicit rules... Use -r to disable
> them and to avoid compiling and linking in one step (the +nostl
> option can't be used for compilation with aCC because we're
> using its C++ libc headers such as <cstdio>).

I was about to ask if there were separate options for the C++ header
search path and the C header search path.

Brad.

Reply via email to