Hi,
Dave Page wrote:
<excerpt><excerpt>I'm trying to compile HEAD pgAdmin 3 extracted from
the CVS repository (on 2005-04-26) with wxWidgets / GTK 1.6.0 on Red
Hat Linux 8, but it fails with this message:
[...]
Has the previous pgAdmin 1.2.1 with wxWidget 1.5.5 combo, a
« -L/usr/kerberos/lib -lkrb5 » seems missing. With 1.2.1, I was able
to add this reference directly in the "LIBS" definitin in the
Makefile, but now it seems impossible: I can't find no more "LIBS"
variable in the Makefile.
So how can I add the Kerberos reference into the link process?
</excerpt> Does:
LDFLAGS="-L/usr/kerberos/lib -lkrb5" \
./configure <<whatever options you want>
work?
</excerpt>
Yes, thank you very much!
But now, I get an error on install:
<fontfamily><param>Courier</param><smaller>$ sudo make install
Making install in src
make[1]: Entering directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make[2]: Entering directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
/bin/sh ../config/mkinstalldirs /usr/local/pgadmin3/bin
/usr/local/bin/install -c pgadmin3 /usr/local/pgadmin3/bin/pgadmin3
make install-exec-hook
make[3]: Entering directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make[3]: *** No rule to make target `install-exec-hook'. Stop.
make[3]: Leaving directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make[2]: *** [install-exec-am] Error 2
make[2]: Leaving directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/home/flabrie/Tools/PostgreSQL/pgAdmin3/repository/pgadmin3/src'
make: *** [install-recursive] Error 1
</smaller></fontfamily>
Is that
"<fontfamily><param>Courier</param><smaller>install-exec-hook</smaller></fontfamily>"
target essential? Is there any typo in this make target? Thanks.
Kind regards,
--
<bold><x-tad-bigger>Francis Labrie</x-tad-bigger></bold>
Saint-Bruno-de-Montarville, Québec, Canada