Recent content by Zesty

  1. Z

    10.1.3 optimizing crashed G4...

    Hey all- My Sawtooth G4 locked up while doing the optimization part of the 10.1.3 update, and I had to actually hit the reset switch. Now the machine reports that 10.1.3 is installed, and uname -a reports kernel 5.3, but I'm afraid that I may have messed something up. What exactly does the...
  2. Z

    linker errors with stl in OSX 10.1.1

    Hey all- Anyone doing STL work with c++ on MacOSX? I'm trying to compile a test program that uses ropes, but I get a linker error: [toad_hall:~/projects/c++] zesty% c++ ropetest.cpp /usr/bin/ld: Undefined symbols: __t4rope2ZcZt9allocator1Zc._S_min_len The code is: #include...
  3. Z

    Can't start Classic since release

    Hey all- It worked in the beta, and I've tried every update that's come out (now up to 10.0.4), and Classic will just not start using the same extensions and control panels that work fine when booting straight OS9. Classic *looks* like it's going to start ... the extensions load, no...
  4. Z

    Lost telnet ability

    I realized what the problem I was having with ssh was ... I wasn't enabling ssh in any of my telnet programs. When I couldn't figure out why I could not ssh from outside my firewall, I realized I didn't unblock port 22 instead of 23. Now everything's running, and I guess I'll stick with ssh.
  5. Z

    Lost telnet ability

    Hey all- Since installing 10.0.1, I cannot telnet into my Mac. Since I primarily use it for unix development, and typically from another machine, this is a bad thing. :( I see that ssh is now up and running (the telnetd daemon isn't running, but ssh is) but I cannot even log in using that...
  6. Z

    lpd/lpr

    Yes, lpd / lpr is there ... I've been trying to figure out how to submit a job using lpr to my printer, but I haven't been very successful, even though it's up and running.
  7. Z

    Anyone know about this?

    Hey all- I just got an advisory from my isp regarding anybody who runs any flavor of Unix and uses the NTP (Network Time Protocol ... the ntpd daemon) http://www.kb.cert.org/vuls/id/970472 I'm wondering if this vunerability is in MacOS X as well. Hope Apple knows about it.
  8. Z

    printer queues anyone?

    Hey all- I have OSX up and running with my printer installed and working (even though it's an HP, I had to configure it as a LaserWriter IINT) and I can print to it just fine from any aqua-based app that has printing enabled. It should be noted that the printer is on my network, not attached...
  9. Z

    Information about compiling GCC under OSX

    You are correct that the compilers (cc & c++) are based on gcc, but the issue I was facing was cross-platform compiling...I wanted to build a version of gcc that would output to the Palm Pilot (there is a gcc development kit available for free, but it requires recompiling gcc to allow for...
  10. Z

    Information about compiling GCC under OSX

    Sorry to say, but if you wanted to create a totally seperate version of GCC under OSX, currently you can't do it. http://gcc.gnu.org/ml/gcc/2000-10/msg00079.html Gotta stick with what Apple gives us for now.
  11. Z

    Unicode works beautifully!

    A list of fonts shows that there are sets for practically every language, so presumably a web page in any language in theory should show up right (if it's coded in the meta tag correctly). Dunno about the keyboard stuff, though.
  12. Z

    lpr in OSX ... anyone have working?

    Hey all- I have a printer on my ethernet network, an HP 2100 TN. It works fine in all gui environments; I can print from any OSX or classic application to it just fine. However, I am not having any success getting it to work with the command line. I have a number of text files, postscript...
  13. Z

    Graphite Mode?

    I read that a number of designers asked for a mode like graphite, so that the aqua color would not detract from the images on the screen. I think this is placate the folks who really do spend the $$$ to buy the fancy monitors with the graphite casing and the shade over the front. Personally...
  14. Z

    Unicode works beautifully!

    Specifically, of course, when the sites specify in the meta content tag either charset=x-sjis or Shift_JIS (there may be others, but those are the two I've found most frequently). Ironically, it *doesn't* show up properly in the title tag.
  15. Z

    Unicode works beautifully!

    ...Was on a Japanese website in Internet Explorer, and everything came up beautifully rendered in kanji. Plus, I was able to select the text. Figuring what they hey, I hit copy, then fired up TextEdit and did paste ... and the characters stayed in kanji! This is exciting because NT/2000...
Back
Top