I am trying to enabl shared Xfontcache, but "xfs" fails to link:
...
gcc -o xfs -O2      -L../../exports/lib    difs/libdifs.a difs/libdifs.a
os/libos.a  -L/usr/X11R6/lib   -lsocket -L../../exports/lib   -lXfont
-lfntstubs -lfreetype -lXfontcache -lm -lz -lsocket -Wl,-rpath,/usr/X11R6/lib
../../exports/lib/libXfontcache.so: undefined reference to `XextAddDisplay'
../../exports/lib/libXfontcache.so: undefined reference to `XextFindDisplay'
../../exports/lib/libXfontcache.so: undefined reference to `_XReply'
../../exports/lib/libXfontcache.so: undefined reference to
`XextCreateExtension'../../exports/lib/libXfontcache.so: undefined reference to
`_XFlush'
../../exports/lib/libXfontcache.so: undefined reference to `XextRemoveDisplay'
../../exports/lib/libXfontcache.so: undefined reference to `XMissingExtension'

I guess I need something like
#define SharedXfontcacheReqs $(LDPRELIB) $(EXTENSIONLIB) $(XLIB)
in my library.tmpl file???

btw, I am testing to build all libaries in shared. It seems no one
has done this test yet. Any gottas? Any other "Shared...Reqs" that
you know are missing?

Thanks!

Frank

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to