On Sun, 2005-07-17 at 14:16 +0530, Abhishek Misra wrote:
> Hello,
>
> for glib-2.6.0 i have done
>
> /configure
> make
> rm -rf /install-prefix/include/glib.h /install-prefix/include/gmodule.h
> make install
>
> all this comleted without any errors
>
>
> but /usr/lib/pkgconfig/ still does not contaion glib-2.6.0.pc file
>
> please let me know where the problrem could lie.
By default configure will use /usr/local as its prefix. You can
override this by using the --prefix argument. There are other
variations you can use to control the installation with even finer
granularity, run the command:
./configure --help
to get a list of the options you can use.
Keith.
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list