[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

468.0. "MANX-c and RRD (ASDG)" by CESARE::ZABOT (Marco Zabot-Adv.Tech.mgr-Turin ACT) Tue Apr 21 1987 14:19

	I'm starting to use MANX-C ( 3.20a ) with ASDG -RRD.
	I have set up an environment moving all ( I think !) the needed 
	directory onto VD0: ( C , INCLUDE, LIB ) and set CCTEMP=RAM:
	in order to have a fast response time.
	But it doesn't work !
	When I do a MAKE I get a EXEC error on the command:
		cc -s -o xxxx.o xxxx.c
	If I do a manual cc -s -o xxxx.o xxxx.c what I get is a file
		CTEMPy.xxx
	on the RAM: dir.
	What I'm doing wrong ?? 
	(I'm using 1.2).
	Thanks,marco.

T.RTitleUserPersonal
Name
DateLines
468.1exec() bug in ManxSQM::JMSYNGEJames M Synge, VMS Performance Anal.Tue Apr 21 1987 14:304
	The problem is that the exec() in Manx 3.2 doesn't work with
	1.2.  This is fixed with Manx 3.4.  There is a patch program
	available which fixes this, though I don't have it.
468.2ECC::JAERVINENDown with gravity!Tue Apr 21 1987 15:444
    Besides, I think you should set CCTEMP=VD0: if you use VD0:
    
    I think the assembler isn't automagically spawned either...
    
468.3CCTEMP=RAM:CESARE::ZABOTMarco Zabot-Adv.Tech.mgr-Turin ACTThu Apr 23 1987 13:456
    Ora,
       I use VD0: to substitute DF1: ( MANX disk ). The working files
    such as .C, .ASM .O etc.. should still go ( it's a choice ) to a
    temporary directory , such as RAM: That's the reason why I have 
    CCTEMP=RAM: 
    
468.4Going a lot better !CESARE::ZABOTMarco Zabot-Adv.Tech.mgr-Turin ACTFri Apr 24 1987 08:1814
    I've been able to use the supplied MAKEFILES with the following
    actions:
    
    1 - Put the command  'AS' ( assembler ) on the Current-directory.
    	( In my case CD=CCTEMP=RAM: )
    2 - Use LMK ( Lattice MAke Command ) instead of MAKE from MANX.
    
    Obviously this is true after I patched MANX for 1.2.
    May be it works also if AS is in C: ( NOT if in other directory
    even if listed in PATH ).
    
    Running MAKE from MANX I still get an execute error.
    Thanx all for the support 
    marco