home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cbmvax!cbmehq!cbmger!edohwg!heinz
- From: heinz@edohwg.adsp.sub.org (Heinz Wrobel)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: ENFORCER hits from SLINK SAS/C 6.0
- Message-ID: <heinz.04p9@edohwg.adsp.sub.org>
- Date: 18 Nov 92 12:49:12 GMT
- References: <heinz.04nf@edohwg.adsp.sub.org>
- Organization: Edotronik GmbH
- Lines: 33
-
- In article <heinz.04nf@edohwg.adsp.sub.org> heinz@edohwg.adsp.sub.org (Heinz Wrobel) writes:
- >I have a problem with slink. After everything _compiled_ok_, slink barfs on
- >linking and stops, giving me a load of enforcer hits.
- >[...]
- >These are the slink relevant smakefile parts
- >
- >---- cut ----
- >LINK=SC:c/slink
-
- I know where this bug comes from now! It's actually a bug in the SAS/C 6.0
- tmpfile() function!
-
- slink tries to create a tmpfile. tmpfile() is supposed to use the first
- three characters of the program name. It doesn't. It uses first three
- chars of the the _complete_ access path, which messes up the tmpfile name!
-
- SLINK --> T:SLI.whatever
-
- SC:C/SLINK --> T:SC:.whatever (!!!!)
-
- Workaround: Keep SC:C in your path and don't use SC:C in your makefiles!
-
- >PS: This is not yet reported to emits. I still have problems registering :-((
-
- Same thing ... :-((
-
- --
- Heinz Wrobel, Edotronik GmbH (ECG018)
- FAX +49 89 850 51 25 / TEL +49 89 850 25 20 (HOME!&VOICE, sometimes...)
- Path: cbmehq!cbmger!edohwg!heinz@cbmvax.commodore.com
- "It's good to have a mouse, it's faster if you can do without one..."
- "He who doesn't develop with an A2024 doesn't know about font independent
- user interfaces..."
-