Building pgeasy on HP-UX

From: "Ed L(dot)" <pgsql(at)bluepolka(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Building pgeasy on HP-UX
Date: 2003-06-18 18:51:59
Message-ID: 200306181251.59769.pgsql@bluepolka.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Anyone know how to properly build pgeasy on HP-UX? It used to build
seamlessly as part of pgsql. The build doc is pretty sparse.

# gmake
...
cc libpgeasy.o halt.o -L/opt/pgsql/installs/postgresql-7.3.2/lib -lpq -fpic
-shared -Wl,-x,-soname,libpgeasy.so.3
-Wl,-rpath,/opt/pgsql/installs/postgresql-7.3.2/lib -o libpgeasy.so.3.0
cc: warning 422: Unknown option "f" ignored.
cc: warning 422: Unknown option "i" ignored.
cc: warning 422: Unknown option "h" ignored.
cc: warning 422: Unknown option "a" ignored.
cc: warning 401: "-s" defeats the purpose of "-p"; "-s" ignored.
# gmake install
install libpgeasy.so.3.0 /opt/pgsql/installs/postgresql-7.3.2/lib
install: libpgeasy.so.3.0 was not found anywhere!
gmake: *** [install] Error 2

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Travis Hume 2003-06-18 18:57:23 Re: can't "grant all on database..."
Previous Message Carlos 2003-06-18 18:38:33 Allowing user to connect to a database?