Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!ur-tut!ur-cvsvax!jea From: jea@ur-cvsvax.UUCP (Joanne Albano) Newsgroups: net.micro.amiga Subject: Help with Make Message-ID: <356@ur-cvsvax.UUCP> Date: Tue, 30-Sep-86 13:54:48 EDT Article-I.D.: ur-cvsva.356 Posted: Tue Sep 30 13:54:48 1986 Date-Received: Wed, 1-Oct-86 18:40:56 EDT Distribution: net Organization: Center for Visual Science, U. of Rochester Lines: 46 THese comments were originally directed at the Distillery group but I cant seem to get them through. Can anyone offer some suggestions. Hi, there's something I dont understand witMake andh BLink. The example makefile provided requires a c.o file. BUt my version (v3.03) of lattice is not supplied with a c.o file. An earlier LATTICE version (v3.01) that I have does have a c.o file. In any case while trying to Blink my files using make I get a batch of undefined symbols such as _StackPtr in the first Pass. Something is obviously missing from my command line. I have checked that my assignment searches are working and that the system is finding amiga.lib and lc.lib. builtins.make and blink are in SYS:c libraries are in SYS:lib etc. Here is a copy of my modified makefile. The one that was sent did not work. blink FROM main.o,hello.o LIBRARY LIB:lc.lib,LIB:amiga.lib\ TO hello VERBOSE main.o: hello.h lc -iINCLUDE/ -iINCLUDE/lattice/ main hello.o: hello.h lc -iINCLUDE/ -iINCLUDE/lattice/ hello _____________________________________ Another question --- is there anyway to redirect the output of make so that the errors are collected in an error file? ____________________________________ Another question --- is it possible to put a OS command into makefile so that I can do something like this: date: date>df0:now The utility of this is that when I crash the date file will be updated frequently. ____________________________________ Another question --- while make may listen to ^C , Lattice C doesnt! Correct or have I missed something. ___________________________________ Well, I really must thank you very much. !rochester!ur-cvsvax!jea aka -- joanne --