On Tue, 2001-10-09 at 23:35, Frank Chen wrote: > Hello: > > I installed all packages in 1.3 directory. The gtk-config command still > remains the old > settings. If I want to compile by my hand, which include files and > libraries should I > feed to gcc to compile programs written for gtk 1.2? > GTK 1.3/2.0 uses pkgconfig instead of the *-config scripts.
pkgconfig --cflags libgtk-2.0 pkgconfig --libs libgtk-2.0 (or something like that) cheers -- Rodrigo Moya <[EMAIL PROTECTED]> - <[EMAIL PROTECTED]> http://www.gnome-db.org/ - http://www.ximian.com/ _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
