HP-UX Makefile doubt
- From: shan_rish@xxxxxxxxx
- Date: 10 Nov 2006 03:38:01 -0800
Hello Group,
I am new to this group. I have a basic question. I searched the web and
I was not able to find any useful answers. I built a pice of software
in one server(HP-UX) with Purify installed and it was successful. I
tried to build the same software in another server which is meant to be
the replica of the previous server, and the build failed. I am using
HP-UX 11i and the build fails with the following error:
Error: cannot find purify.h
We have installed purify in the server. The Makefile specifies the
PURIFYHOME as /opt/pure/purify.
There is another variable, in the Makefile, called -DNO_PURIFY which is
used with CXXFLAGS and CFLAGS. The line is as follows
CXXFLAGS+=-I. -I../../incl -I../core \
-DNO_LIBTT -DOS_NEW_CHECK -DOS_STL_ASSERT -DOS_NO_WSTRING
-DOS_NO_ALLOCATORS \
-DOS_INIT_PAGE_SIZE=128 -DNO_QUANTIFY -DNO_PURIFY -DTEST_BODGE -DDEBUG
\
-DUSE_IOSTREAM
CFLAGS+=-I. -I../../incl -I../core -I../fsdl0 -I../fsdl1 -I../fsdl2
-I../ise \
-DNO_QUANTIFY -DNO_PURIFY -DTEST_BODGE -DDEBUG -DUSE_IOSTREAM -D__ESQL
I dont understand the variable -DNO_PURIFY, as i cant find the value of
it. I am not able to find the exact variable used for -DNO_PURIFY.
Any help is greatly appreciated.
Best Regards
Shan
.
- Follow-Ups:
- Re: HP-UX Makefile doubt
- From: Paul Pluzhnikov
- Re: HP-UX Makefile doubt
- Prev by Date: Re: How to set CXXFLAGS in a login shell on HP-UX
- Next by Date: Re: printf() is rounding floating-point numbers with non-C locale... where is the logic?
- Previous by thread: How to set CXXFLAGS in a login shell on HP-UX
- Next by thread: Re: HP-UX Makefile doubt
- Index(es):
Relevant Pages
|
|