Search results

  1. P

    how to get a core dump in darwin?

    In a large fortran program I would like to get the system to do a core dump so I can poke around the symbol table at my leisure. I have attempted to do so with a small test c program (compiled using Apple's developer tools). ulimit coredumpsize cat dumpcore.c #include <stdio.h>...
  2. P

    Keymap problem in Mac OS X beta 2E14

    I have the darnest problem in my os x beta. In the termnal app the backslash key doesn't generate a backslash but seems to act as a deadkey generating four of the key strokes of the key that follows (e.g. worthless). This is on a JIS keyboard G4. Anyone have any idea how I can rewire the...
  3. P

    has anyone ported g77?

    As the subject says - has anyone ported g77 (part of the gcc) compiler package. I downloaded gcc from http://www.gnu.org as well as the new config files for darwin and discovered that gcc is not supported in the 2.95 release (meaning more work than just compiling I guess). I have ported f2c...
  4. P

    afp copying: could not determine if file or folder error

    When using CpMac (or the aqua interface - the result is the same), I sometimes get the error message -43 "could not determine if entry is a file or folder" when I do a recursive copy. Any idea of what the scoop is here and a workaround. Thanks for any help you can offer.
  5. P

    Japanese Fonts in terminal

    I need to access japanese fonts in the terminal application. From first appearances it would seem that much of OS X is multilingual in nature and it should be possible to use Japanese in the terminal window. Any ideas on how to do it?
  6. P

    relocation overflow for relocation entry

    I have compiled and installed f2c from bell-labs under os x public beta (2E14) without trouble. I have applied f2c to several programs with success, but upon trying to compile (actually link) a large program, ld blew up in my face with a "relocation overflow for relocation entry" error message...
  7. P

    relocation overflow for relocation entry

    I have compiled and installed f2c from bell-labs under os x public beta (2E14) without trouble. I have applied f2c to several programs with success, but upon trying to compile (actually link) a large program, ld blew up in my face with a "relocation overflow for relocation entry" error message...
Back
Top