where I can find X11's lib files in unbuntu/linux(10.04)?

Justin P. Mattock justinmattock at gmail.com
Sun Oct 31 13:52:05 PDT 2010


On 10/30/2010 10:34 PM, eric lin wrote:
> like X11/StringDefs.h
>       X11/Xaw/Form.h
> so I tried to search Form.h by Xaw, then I find none in my system
> root at eric-laptop:/usr# cd ..
> root at eric-laptop:/# find . | grep Xaw
> ./usr/lib/libXaw7.so.7
> ./usr/lib/libXaw7.so.7.0.0
> ./usr/lib/libXaw.so.7
> ./etc/gnome/config/Xaw.ad
> root at eric-laptop:/#
> -----------------------------
> I tried to copy and run a piece code from book "X Window Programming
> from sCRATCH"
> by J. robert brown, especially auhtor specify it is "building an
> application using linux and c"  , but i can not find any its Form.h
> file in my whole harddisk with ubuntu/linux 10.04
> please help
> Eric, in us
>
>
> _____________________________________________________________
> Luxmail.com is spam free. However, we do not throw your important emails into spam box like other defective email systems.
> _______________________________________________
> xorg at lists.freedesktop.org: X.Org support
> Archives: http://lists.freedesktop.org/archives/xorg
> Info: http://lists.freedesktop.org/mailman/listinfo/xorg
> Your subscription address: justinmattock at gmail.com
>


not sure what you need... but for regular systems normally the libs are 
/usr/lib  64 bit are /usr/lib64 as for the headers they are in 
/usr/include if you installed them via apt-get(non prefix=/ systems are
/usr/local/*)

hope this helps..

Justin P. Mattock



More information about the xorg mailing list