bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Fedora Core 4 Build Problem


From: Christian Anthon
Subject: Re: [Bug-gnubg] Fedora Core 4 Build Problem
Date: Thu, 4 Dec 2008 14:11:59 +0100

On Thu, Dec 4, 2008 at 12:37 PM, Thomas A. Moulton <address@hidden> wrote:
> It is the current CVS (not snapshot, CVS Main)
>
> sh autogen.sh
> ./configure
> make
>

Ok, I just wanted to make sure that we were on the same page.

I can see some possible causes

a) there is something wrong in the config.h file. So mail my a copy of
that from the build directory

b) Something is wrong with your setup:

try to make a file called helloworld.c containing:

#include <glib.h>
int main ()
{
        g_print("hello world!\n");
}

and compile it with

gcc `pkg-config --libs --cflags glib-2.0` helloworld.c

c) something else, and for that could you change to the lib directory
in the source and send me the output of

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/include/glib-2.0
-I/usr/lib64/glib-2.0/include      -g -O2 -MT neuralnet.lo -MD -MP -MF
".deps/neuralnet.Tpo" -E

(The gcc command above should all be on one line.)

Christian.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]