You are not logged in.

#1 2009-09-28 00:27:31

ac3raven
Member
Registered: 2009-09-28
Posts: 67

pkg-config troubles

I need to install Mono, but I can't without pkg-config.  The problem is, I can't install pkg-config.  It configures well, but the 'make' is messy with all sorts of warnings about null pointers, and 'make install' doesn't do a thing.

What might be the problem?

Offline

#2 2009-09-28 01:37:32

tdy
Member
From: Sacremende
Registered: 2008-12-14
Posts: 440

Re: pkg-config troubles

ac3raven wrote:

I need to install Mono, but I can't without pkg-config.

I guess you're trying to build it manually, but why?  You can just use pacman -S mono to get mono.

ac3raven wrote:

The problem is, I can't install pkg-config.  It configures well, but the 'make' is messy with all sorts of warnings about null pointers, and 'make install' doesn't do a thing.

You don't even need it if you just use pacman to install mono, but you just use pacman -S pkgconfig or pacman -S base-devel if you plan to build things manually.

Last edited by tdy (2009-09-28 01:45:09)

Offline

#3 2009-09-28 01:43:46

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,545

Re: pkg-config troubles

And if you really want to build a package, do it the Arch way: http://wiki.archlinux.org/index.php/ABS … ild_System

Offline

#4 2009-09-28 01:47:12

ac3raven
Member
Registered: 2009-09-28
Posts: 67

Re: pkg-config troubles

syntax was my problem.  thanks.

Offline

Board footer

Powered by FluxBB