Thanks Matthew. > > Is there an option with which I can tell gcc to link with libXY.so.2 > > when using -lXY?
> $ cc x.c /usr/lib/libssl.so.0.9.6 Yes, but that's not with -lXY. I take it there isn't any way to use the linker library search path when one needs a specific .so version, and one has to use absolute paths and full names. Oh well, it works... Volker -- Volker Kuhlmann is possibly list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me.
