Search results

  1. K

    weird csh problem

    oh unix gurus, answer me this: i have a 2-line csh script that reads as follows: ---<<BEGIN CODE>>--- #!/bin/csh set line = $< echo $line ---<<END CODE>>--- the file is saved as "line.csh" when i execute the file from the command line: [hostname] # ./test.csh and i...
  2. K

    Objective-C Questions

    Hello, Does anyone know how to compile Objective-C source code directly from the command line without using project builder? I have some code that compiles fine under PB, but every time I use cc, it fails to compile. I am thinking its because I am using cc wrong, and my source is fine...
  3. K

    Major screwup

    A few months back, I had my company host transfer hosting of our email services from our ISP to an internal email server -- a G3 running Mac OS X 10.0.3 with sendmail 8.11.3 and qpooper 4. Everything worked great until today, when I upgraded to 10.0.4. Then, it stopped working. As it turns...
Back
Top