>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)srce.hr> writes:
Hrvoje> Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
> The solution would to be to temporarily put back the real libxaw
> when building Xaw programs.
Hrvoje> Ungh. I think I'll just remove all the "nice" 3D Athena
Hrvoje> toolkits.
or actually just name them for what they are, libXaw3d.
-rw-r--r-- 0 Apr 18 18:31 libXau.a
-rw-r--r-- 2 Apr 18 18:31 libXaw.a
lrwxrwxrwx 3 Jul 7 15:53 libXaw.so -> libXaw.so.6.1
lrwxrwxrwx 3 Jul 7 15:54 libXaw.so.6 -> libXaw.so.6.1
-rwxr-xr-x 8 Apr 18 18:31 libXaw.so.6.1
-rw-r--r-- 0 Mar 21 13:34 libXaw3d.a
lrwxrwxrwx 5 Jul 7 15:53 libXaw3d.so -> libXaw3d.so.6.1
lrwxrwxrwx 5 Jul 7 15:53 libXaw3d.so.6 -> libXaw3d.so.6.1
-rwxr-xr-x 7 Mar 21 13:34 libXaw3d.so.6.1
and specify when you want xaw3d scrollbars/dialogs, etc. I don't know
what magic goes on when you do this, but I don't get the re-linking
error msgs you get. the only thing that is a bit of a problem is i
have to go into the Makefile and change -lXaw to -lXaw3d.