|
Problem in linking GDOME library.
Hi,
I am trying to GDOME (gdome2-0.8.1)library functions in my C program.
I am facing problem while compiling the C program with the command as:
gcc -g -Wall `xml2-config --cflags --libs` `gdome-config --cflags --libs``gnome-config --cflags --libs gnome gnomeui xml` -o testGDOME testGDOME.c
It gives error message as follows:
/usr/local/bin/gdome-config: line 1: --libs: command not found
/usr/local/bin/gdome-config: line 1: --cflags: command not found
and undefined sysmbols to all GDOME variables and functions.
Am i missing something?
Can anybody provide me the exact command to link this library to my program?
Thanks
-Varsha
|