"Freivald, Joseph A, GOVMK" wrote:
>
> and the program now fails to compile, complaining that it can't find the gtk
> libraries.  Also, I have tried running the gtk-config file manually and
> copying the output to FLAGS and LIBS.
> 
> When gcc attempts to compile the individual modules, there is no trace of
> the libraries that are needed in the command line, and it aborts.

Did you install them? look in the -L dirs from gtk-config for
the libs mentioned. Are they there?

You also might need the linker options before the filenames
in the gcc command line. You may have a parse order error.

        -Thomas



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to