Path: utzoo!attcan!uunet!cs.utexas.edu!know!zaphod.mps.ohio-state.edu!mips!decwrl!ucbvax!bloom-beacon!eru!luth!sunic!mcsun!hp4nl!gufalet!bert From: bert@gufalet.let.rug.nl (Bert Bos) Newsgroups: comp.lang.pascal Subject: Unix system call `open' from HP-Pascal; how? Message-ID: <1158@gufalet.let.rug.nl> Date: 4 Jul 90 11:34:30 GMT Organization: Faculty of Arts, Groningen University, The Netherlands Lines: 10 I tried to use the Unix system routine `open' to open files in my HP-Pascal program (on a HP 9000/840), but the linker consistently used HP-Pascal's own `open' routine. I tried to declare `open' as `external C' (which worked for other calls), I even tried to uses the $alias compiler option to try to fool the linker, but to no avail. Is there a way around this?-- "Always remember, however, that there's Bert Bos (bert@gufalet.let.rug.nl) usually a simpler and better way to do Alfa-informatica something than the first way that pops RijksUniversiteit Groningen into your head." (D.E. Knuth, TeXbook) Groningen, The Netherlands