[pacman-dev] alpm linking?
What linker should I be using to use libalpm? -lalpm doesnt seem to work.
I supply the alpm.so to the linker. There's no support for -lalpm yet I think :) On 1/11/06, Luke Hoersten <lhoerste@cs.purdue.edu> wrote:
What linker should I be using to use libalpm? -lalpm doesnt seem to work.
_______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://www.archlinux.org/mailman/listinfo/pacman-dev
-- A mind all logic is like a knife all blade. It makes the hand bleed that uses it. -- Rabindranath Tagore (1861-1941)
On Wed, Jan 11, 2006 at 11:00:58PM +0000, Joao Estevao <trankas@gmail.com> wrote:
I supply the alpm.so to the linker. There's no support for -lalpm yet I think :)
$ cc hello.c -o hello -lalpm $ ldd hello|grep alpm libalpm.so.0 => /usr/lib/libalpm.so.0 (0xb7f75000) check your installation and make sure you have run ldconfig udv / greetings, VMiklos -- Developer of Frugalware Linux, to make things frugal - http://frugalware.org
Thanks. It does work. On 1/11/06, VMiklos <vmiklos@frugalware.org> wrote:
On Wed, Jan 11, 2006 at 11:00:58PM +0000, Joao Estevao <trankas@gmail.com> wrote:
I supply the alpm.so to the linker. There's no support for -lalpm yet I think :)
$ cc hello.c -o hello -lalpm $ ldd hello|grep alpm libalpm.so.0 => /usr/lib/libalpm.so.0 (0xb7f75000)
check your installation and make sure you have run ldconfig
udv / greetings, VMiklos
-- Developer of Frugalware Linux, to make things frugal - http://frugalware.org
_______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://www.archlinux.org/mailman/listinfo/pacman-dev
-- A mind all logic is like a knife all blade. It makes the hand bleed that uses it. -- Rabindranath Tagore (1861-1941)
participants (3)
-
Joao Estevao
-
Luke Hoersten
-
VMiklos