Search results

  1. B

    Can't find X11 libraries! (C++)

    Hi All, I am trying to use the X11 libraries in my program:- #include <X11/Xlib.h> int main() { return 0; } I am compiling using:- g++ TestX11.cpp -I/usr/X11R6/include -lm -L/usr/X11R6/lib -lX11 I am getting the following error:- TestX11.cpp:1:22: X11/Xlib.h: No such file or...
  2. B

    C++ Network Programming

    Thanks for your reply. The above solution worked for me. BG
  3. B

    C++ Network Programming

    Hi Guys, I am trying to compile a simple network programming example:- #include <sys/types.h> #include <sys/socket.h> using the following libraries:- g++ Download.cpp -lnsl -lsocket -lresolv I have attached the verbose error messages:- Reading specs from...
  4. B

    Mac OS X 10.3.9 Server - Print Server issues

    Hi, I found this in the CrashReporter logs:- ************************************************** Host Name: {hostname} Date/Time: 2006-06-01 16:33:36 -0400 OS Version: 10.3.9 (Build 7W98) Report Version: 2 Command: atprintd Path: /usr/sbin/atprintd Version: ??? (???) PID: 1078...
  5. B

    Router, Print Server et al. (was: Lorraine)

    Dear All, I run Mac OS X 10.3.9 Server. I have printers which I have shared on the network using Server Admin Print Server tool. Everything was working fine until the past few days. Clicking on START in the Server Admin does not start the print server. I tried starting it from the command line...
  6. B

    Mac OS X 10.3.9 Server - Print Server issues

    Dear All, I run Mac OS X 10.3.9 Server. I have printers which I have shared on the network using Server Admin Print Server tool. Everything was working fine until the past few days. Clicking on START in the Server Admin does not start the print server. I tried starting it from the command...
  7. B

    Mac OS X 10.3.9 Server - Print Server issues

    Dear All, I run Mac OS X 10.3.9 Server. I have printers which I have shared on the network using Server Admin Print Server tool. Everything was working fine until the past few days. Clicking on START in the Server Admin does not start the print server. I tried starting it from the command...
  8. B

    Cannot specify a target disk to NetRestore while NetBooting!

    Thanks. I will try and let you know.
  9. B

    Cannot specify a target disk to NetRestore while NetBooting!

    Hi, I am using NetRestore 2.0.1. I created a disk image and installed it on NetBoot Share. I booted my target machine using NetBoot and I am trying to NetRestore the disk image to this hard disk. But I am not able to specify a target disk to NetRestore. Only one disk (i.e. "netboot") shows...
Back
Top