File: mpw-chap.texi

package info (click to toggle)
pm3 1.1.13-11
  • links: PTS
  • area: main
  • in suites: potato
  • size: 174,164 kB
  • ctags: 133,819
  • sloc: ansic: 982,617; modula3: 548,483; cpp: 57,119; exp: 21,673; sh: 17,053; lisp: 13,693; makefile: 13,492; asm: 11,795; yacc: 8,575; sed: 1,100; objc: 476; csh: 254; awk: 223; pascal: 95; fortran: 5
file content (40 lines) | stat: -rw-r--r-- 1,413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@c                                                  -*-Texinfo-*-
@c Contents of MPW guide or chapter.  For use as a chapter,
@c surround inclusion of this file with `@lowersections' and `@raisesections'.
@ifinfo
@menu
* Using::	Using the Tools
* Known Problems::	Known Problems
@end menu
@end ifinfo

@node Using
@chapter Using the Tools

To use these tools, you will need a Mac with a 68020 or better, System
7.1 or later, and MPW 3.3.  You will not need MPW C unless you want
to rebuild from sources, nor even any include files, unless you are
building actual Mac applications.

If the tools have been installed into a directory listed in your
@samp{Commands} variable, then you can just use them.

If you get complaints about @samp{cpp} or @samp{cc1} not being found,
then you may need to set your @samp{GCC_EXEC_PREFIX} to point at the library
where they may be found.  For instance, if you want to use the compiler
@file{MyDisk:Stuff:lib:gcc-lib:sh-hitachi-hms:cygnus-2.6.4-950305:cc1},
then do these commands:

@smallexample
	set GCC_EXEC_PREFIX MyDisk:Stuff:lib:gcc-lib:
	export GCC_EXEC_PREFIX
@end smallexample

@node Known Problems
@chapter Known Problems

Since the tools are faithful ports of their Unix counterparts,
you are likely to run into many little consequences.

For instance, blanks, slashes, and other ``weird'' characters
in disk, directory, or file names can cause all kinds of trouble.