Problem installing/configuration

View: New views
3 Messages — Rating Filter:   Alert me  

Problem installing/configuration

by Jeremy Dean-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi team,
 
I have a customer that is trying to build with the Apache Standard
library on HPUX and is getting the follow error:
 
I can't even build the makefiles for the standard library.  Here's the
tail end of the make clean and then the configuring for the standard
library:
 

gmake[1]: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d/examples'
gmake: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d'
### Configuring
gmake: Entering directory `/home/kr3948/rw/0902/stdcxx/12d'
gmake[1]: Entering directory `/home/kr3948/rw/0902/stdcxx/12d/include'
gmake config
gmake[2]: Entering directory `/home/kr3948/rw/0902/stdcxx/12d/include'
/bin/sh: Syntax error at line 1 : `)' is not expected.
gmake[2]: *** [sane] Error 2
gmake[2]: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d/include'
gmake[1]: *** [config.h] Error 2
gmake[1]: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d/include'
gmake: *** [config] Error 2
gmake: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d'
done building library 'stdlib-library'

 
Any suggestions as to what might the problem, what we would need to
further diagnose the problem?
 
Thanks,
 
Jeremy
 
Jeremy Dean
Rogue Wave Software, Inc.
Technical Support
Phone: 303-545-3205 -- 1-800-404-4767
E-mail: support@...
Web: http://www.roguewave.com/support 
Knowledge Base entries:
http://www.roguewave.com/kbdocs/search.html 
View issues online at:
http://www.roguewave.com/youraccount/login/

Parent Message unknown Re: Problem installing/configuration

by Farid Zaripov-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jeremy.

> I have a customer that is trying to build with the Apache Standard
> library on HPUX and is getting the follow error:
>
[...]
>
> Any suggestions as to what might the problem, what we would need to
> further diagnose the problem?

  Could you, please, specify what version of the stdcxx is built and
used command line?

Farid.

Re: Problem installing/configuration

by Martin Sebor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Jeremy Dean wrote:
> Hi team,
>  
> I have a customer that is trying to build with the Apache Standard
> library on HPUX and is getting the follow error:
>  
> I can't even build the makefiles for the standard library.

I assume "I" refers to the customer. Can you reproduce this?

And what do they mean by "can't build the makefiles?"

> Here's the
> tail end of the make clean and then the configuring for the standard
> library:
>  
>
> gmake[1]: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d/examples'
> gmake: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d'
> ### Configuring
> gmake: Entering directory `/home/kr3948/rw/0902/stdcxx/12d'
> gmake[1]: Entering directory `/home/kr3948/rw/0902/stdcxx/12d/include'
> gmake config
> gmake[2]: Entering directory `/home/kr3948/rw/0902/stdcxx/12d/include'
> /bin/sh: Syntax error at line 1 : `)' is not expected.
> gmake[2]: *** [sane] Error 2
> gmake[2]: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d/include'
> gmake[1]: *** [config.h] Error 2
> gmake[1]: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d/include'
> gmake: *** [config] Error 2
> gmake: Leaving directory `/home/kr3948/rw/0902/stdcxx/12d'
> done building library 'stdlib-library'
>
>  
> Any suggestions as to what might the problem, what we would need to
> further diagnose the problem?

The full build log for the library from step 1. Versions of all
the tools involved. I.e., OS and make version. If /bin/sh isn't
the HP-UX shell we need to know what it is.

Martin

>  
> Thanks,
>  
> Jeremy
>  
> Jeremy Dean
> Rogue Wave Software, Inc.
> Technical Support
> Phone: 303-545-3205 -- 1-800-404-4767
> E-mail: support@...
> Web: http://www.roguewave.com/support 
> Knowledge Base entries:
> http://www.roguewave.com/kbdocs/search.html 
> View issues online at:
> http://www.roguewave.com/youraccount/login/
>