You are not logged in.

#1 2010-02-26 01:47:34

colbert
Member
Registered: 2007-12-16
Posts: 809

Compiling xmlrpc-c help

Consider myself a PKGBUILD/compile newbie so posting here... I am trying to compile xmlrpc-c from ABS so that I can build the tools in the src/tools dir. I have removed the ! before the libtool in options line, but after building and installing I still do not have the tools available. I can't figure out how else to edit the PKGBUILD to do it. Here is the relevant snippet from the package's docs/INSTALL:

Essentially, it's just the conventional
 
  $ ./configure
  $ make
  $ make install

To build handy tools such as the 'xmlrpc' command line XML-RPC client:
 
  $ cd tools
  $ make
  $ make install

The second part is what I'm referring to, I need that within the PKGBUILD. Appreciate any help, thanks smile

Offline

Board footer

Powered by FluxBB