Title: | POLYCENTER Console Manager |
Notice: | Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS: |
Moderator: | CSC32::BUTTERWORTH |
Created: | Thu Aug 06 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1541 |
Total number of notes: | 6564 |
When I link with libconsole.a on OSF/1 V2.0 with PCM V1.5 I'm getting an unresolved reference to "getnodebyname". I'm currently building with -lconsole -Xt -lX11. I'm familar with the gethostbyname call but not getnodebyname - anyone know what libraries I need to link with? Thanks, Alan.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
305.1 | dnet? | ZENDIA::DBIGELOW | Innovate, Integrate, Evaporate | Mon Jul 18 1994 15:13 | 10 |
Alan, I'm going to take a stab in the dark and say dnet (-ldnet). I did a man page on the call anf then looked at the libraries we link against. The bummer is that it looks like it has to do with DECnet which you may or may not have installed. Just a guess, Dave | |||||
305.2 | DECnet stub library | SIOG::BATEMAN | We are all DECservers | Mon Jul 18 1994 15:21 | 7 |
Dave, You are correct - it is DECnet. I think I saw a reference to it recently in the ALPHA_OSF conference. Anyway the library to link with is -ldnet_stub Alan. | |||||
305.3 | It's In the documentation. | OPG::SIMON | Mon Jul 18 1994 15:20 | 8 | |
It's dnet_stub. Try looking at: User guide section 10.4.1 Building the image. Cheers Simon... |