From: Gerry W. <ge...@uc...> - 2004-04-26 15:38:50
|
John, My libX11 seems to be in the right place: light:gerry> pwd /usr/X11R6/lib light:gerry> ls -l libX11.so lrwxrwxrwx 1 root root 11 Mar 2 10:04 libX11.so -> libX11.so.6 light:gerry> ls -l libX11.so.6 lrwxrwxrwx 1 root root 13 Mar 2 10:04 libX11.so.6 -> libX11.so.6.2 light:gerry> ls -l libX11.so.6.2 -rw-r--r-- 1 root root 888580 Feb 16 02:38 libX11.so.6.2 light:gerry> Thanks, --Gerry John Hunter wrote: >>>>>>"Gerry" == Gerry Wiener <ge...@uc...> writes: >>>>>> >>>>>> > > Gerry> undefined symbol: XFreePixmap > >A quick google groups search revealed among others > >http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=mailman.1046790065.16698.python-list%40python.org&rnum=4&prev=/groups%3Fq%3Dundefined%2520symbol%253A%2520XFreePixmap%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26sa%3DN%26tab%3Dwg > >The solution appeared to be -L/usr/X11R6/lib -lX11 -lXaw for a >standard linux install path. Is your X11 in a weird place; where is >libX11.so? Todd, do you think we need to add X11 libs to the tk build >flags? > >JDH > > |