Re: Problem w/gtk install
- From: Vlad Harchev <hvv hippo ru>
- To: admin salvador venice ca us
- Cc: gtk-list gnome org
- Subject: Re: Problem w/gtk install
- Date: Sun, 25 Jun 2000 20:12:21 +0500 (SAMST)
On Sun, 25 Jun 2000, salvador peralta wrote:
> I recently set up a linux system running Mandrake 7.1. As part of the
> install, I got gtk+-1.2.7.1, gtk+-devel.1.2.7-1, glib-1.2.7-1,
> glib-devel-1.2.7-1. My first compile (base.c from the tutorial), kept
> failing due to the following errors:
>
> salvador ]$ gcc base.c -o base 'gtk-config --cflags --libs'
This should be
gcc base.c -o base `gtk-config --cflags --libs`
i.e. backticks instead of single quotes. This was the source of all your
problems.
>[...]
Best regards,
-Vlad
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]