[plt-scheme] As build troubles

From: Brent Fulgham (bfulgham at debian.org)
Date: Tue Feb 4 00:20:02 EST 2003

On Mon, 3 Feb 2003 20:03:30 -0500 (EST)
David Van Horn <dvanhorn at emba.uvm.edu> wrote:
> ./if_mach SPARC SUNOS5 as  -o
> mach_dep.o ./sparc_mach_dep.s
> ^^^^Starting command^^^^
> Couldn't execute: No such file or directory
> Usage: ./if_mach mach_type os_type command
> Currently mach_type = SPARC, os_type = SUNOS5
> *** Error code 1
> make: Fatal error: Command failed for target `mach_dep.o'
> 

You probably need to define what the assembler is called
on your system.  Under GNU this is usually "as" or "gas",
I'm not sure what it would be under Sun.

-Brent


Posted on the users mailing list.