Linking to ucb compatibility libs



I'm trying to link a binary against the ucb compatibility libs,
provided in the SUNWsra package. Under Solaris 9, I'd have simply done:-

ld -L/usr/ucblib -lucb -o foo foo.o bar.o baz.o

On Solaris 10, the package doesn't appear to contains the libriaries:-

# pkgchk -l SUNWsra | grep Path
Pathname: /usr
Pathname: /usr/ucblib
Pathname: /usr/ucblib/llib-lcurses
Pathname: /usr/ucblib/llib-lcurses.ln
Pathname: /usr/ucblib/llib-ldbm
Pathname: /usr/ucblib/llib-ldbm.ln
Pathname: /usr/ucblib/llib-lrpcsoc
Pathname: /usr/ucblib/llib-lrpcsoc.ln
Pathname: /usr/ucblib/llib-ltermcap
Pathname: /usr/ucblib/llib-ltermcap.ln
Pathname: /usr/ucblib/llib-lucb
Pathname: /usr/ucblib/llib-lucb.ln

So I'm not getting very far trying to link against them. Has Sun moved
them? Or have they just broken the package? Any help would be much
appreciated.

Mike
_______________________________________________
sunmanagers mailing list
sunmanagers@xxxxxxxxxxxxxxx
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



Relevant Pages