Re: [gnome-db] problem with makefile



On Tue, 2004-05-11 at 09:11 -0700, nayyar ahmad wrote:
> HELLO,
>         I am connecting postgres through libgda,
> i want to replace 
>  
>         gcc -o dbconnect `pkg-config --cflags libgda`
> `pkg-config --libs libgda` dbconnect.c
> 
> with an entry in Makfile.am , as i am using GLADE for
> interface development,
> 
> the problem i am facing are,
> 
>     1. GLADE generate two Makefile.am i.e
> 	one in $HOME/project directory
> 	second in $HOME/project/src directory
> 	
>        i am confuz with which one should i edit ?
> 
>     2. GLADE generate very strange Makefile.am ,
> 	as a bigner i cant understand which kind of entry 
> 	i should made in this files to replace above
> 	gcc command-line compilation. 
> 
> 
> NOTE : 
> 	As if i ignore these pkg-config it gives me file not
> found errors
> for libgda and xml.

do you have the -devel packages of those 2 libs installed?

cheers




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