[GENERAL] Error while compiling on HP-UX ia64

2010-10-04 Thread Derk Jan Horstman
e/postgresql-9.0.0/src' gmake: *** [world] Error 2 I did a configure with the following options: CC=gcc --with-libs=/usr/lib:/usr/local/lib --with-includes=/usr/include:/usr/local/include --with-openssl --disable-thread-safety The used gcc is of

Re: [GENERAL] Error while compiling on HP-UX ia64

2010-10-06 Thread Derk Jan Horstman
warning: unused variable 'lifc' gmake[3]: *** [ip.o] Error 1 So I think the problem should be found in HP-UX patches. Unfortunately the install of the last service pack ran into trouble with incomplete dependencies and a broken kernel compilation. So at this moment I have to fix

Re: [GENERAL] Error while compiling on HP-UX ia64

2010-10-11 Thread Derk Jan Horstman
header files and the gcc library. But it doesn't affect this problem. Does anybody knows how to solve this problem? Regards, Derk Jan Horstman ***DISCLAIMER*** Deze e-mail is uitsluitend bestemd voor de geadresseerde(n). Verstrekking aan e

Re: [GENERAL] Error while compiling on HP-UX ia64

2010-10-12 Thread Derk Jan Horstman
> > > Derk Jan Horstman writes: > > > After a new install of HP-UX B.11.23 (ia64) and installing the latest > > > patches on it, I've tried to compile PostgreSQL 9.0.1 from source again. > > > But I've still got problems with compiling, the process i

Re: [GENERAL] about RPM build options

2010-10-13 Thread Derk Jan Horstman
you want OpenSSL then you need OpenSSL-devel too. I've no experience with "--enable-dtrace" so maybe you need an extra development package. Give it a try, there are several benefits for compiling by yourself. Regards, Derk Jan Horstman ***DISCLAIMER