home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!apple!applelink.apple.com
- From: LANGFORD@AppleLink.Apple.COM (Paradigm Publishing, B Langford,PAS)
- Newsgroups: comp.sys.mac.oop.macapp3
- Subject: Link error
- Message-ID: <726455219.5603667@AppleLink.Apple.COM>
- Date: 8 Jan 93 00:59:00 GMT
- Sender: daemon@Apple.COM
- Organization: AppleLink Gateway
- Lines: 87
-
- Hi, My name is Jungho.
- I have compiled an application, Skeketon, with 3 different options, but I got
- nothing but failure.
- Please, let me know how I can make this case work.
-
- Note: - The current version of MPW Shell being used is MPW Shell 3.2.3 from
- E.T.O. 8.
- - MacApp 3.0 is used.
-
- The following is what I did:
- ===================o First trial
- MABuild "Skeleton" -NoPasLoad -Save -Debug -SYM -Names
- MABuildTool - v. 3.0.1 Release 6/10/92 Start: 4:39:27 PM 1/7/93
-
- Copyright Apple Computer, Inc. 1986-1992
- All Rights Reserved.
-
- AutoSaving...
- Target Folder: "RAM Disk:Keystone:.Debug Sym:"
- Making: Skeleton.MAMake
- Linking: Skeleton
- ### Sun:MPW:Tools:Link: Error: Jump table offset into code segment is greater
- than 32K. (Error 50) C2PSTR
- ### Sun:MPW:Tools:Link: Error: Jump table offset into code segment is greater
- than 32K. (Error 50) p2cstr
- ### Sun:MPW:Tools:Link: Error: Jump table offset into code segment is greater
- than 32K. (Error 50) c2pstr
- ### Sun:MPW:Tools:Link: Errors prevented normal completion.
- ### MPW Shell - Command " " was not found.
- ### MPW Shell - Execution of RAM Disk:Keystone:.Debug Sym:Skeleton.MakeIt
- terminated.
- ### MPW Shell - Execution of MABuild terminated.
-
- ===================o Second trial with option -Link "-model far"
- MABuild "Skeleton" -Link "-model far" -NoPasLoad -Save -Debug -SYM -Names
- MABuildTool - v. 3.0.1 Release 6/10/92 Start: 4:41:05 PM 1/7/93
-
- Copyright Apple Computer, Inc. 1986-1992
- All Rights Reserved.
-
- AutoSaving...
- Target Folder: "RAM Disk:Keystone:.Debug Sym:"
- Making: Skeleton.MAMake
- Linking: Skeleton
- ### Sun:MPW:Tools:Link: Error: Method table optimization, definition not found:
- (Error 58) %_SUPERCLASSTABLE
- ### Sun:MPW:Tools:Link: Errors prevented normal completion.
- ### MPW Shell - Command " " was not found.
- ### MPW Shell - Execution of RAM Disk:Keystone:.Debug Sym:Skeleton.MakeIt
- terminated.
- ### MPW Shell - Execution of MABuild terminated.
-
-
- ===================o Third trial with -ModelFar
- MABuild "Skeleton" -ModelFar -NoPasLoad -Save -Debug -SYM -Names
- MABuildTool - v. 3.0.1 Release 6/10/92 Start: 4:41:53 PM 1/7/93
-
- Copyright Apple Computer, Inc. 1986-1992
- All Rights Reserved.
-
- AutoSaving...
- Target Folder: "RAM Disk:Keystone:.S7NmDbDmUnPeRaTeSmfCfD:"
- Making: Skeleton.MAMake
-
- ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
- 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:MacApp.lib"
- # Directory not found (OS error -120)
-
- ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
- 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:Debug.rsrc"
- # Directory not found (OS error -120)
-
- ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
- 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:Defaults.rsrc"
- # Directory not found (OS error -120)
-
- ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
- 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:MacApp.rsrc"
- # Directory not found (OS error -120)
-
- ### Sun:MPW:Tools:Make - IO error trying to get file info for "Sun:MacApp
- 3.0.1:Libraries:.S7NmDbDmUnPeRaTeSmfCfD:ResourceLib.rsrc"
- # Directory not found (OS error -120)
- MAKE of Skeleton failed: Thursday, January 7, 1993 4:42:05 PM
- ### MPW Shell - Execution of MABuild terminated.
-
-
-