Problems compiling Scotty

Ernesto Cespedes (ernestc@hlds.com)
Mon, 30 Sep 96 13:10:51 PDT

I tried building scotty under SunOS 4.1.4, but have problems
compiling it. Yes, I read the release notes including the porting.notes,
carefully followed instructions, but still having problems.

I followed the instructions specific to SunOS 4.1.X described in the
porting.notes (Steps 1,2,3), but after making the changes I get
the error:

make: Fatal error in reader: Makefile, line 380: Unexpected end of line seen.

Here's what the Makefile looks like:
===============================================================================
scotty: tnm$(SHLIB_SUFFIX) ntping straps scotty.o
$(LD) $(LD_FLAGS) $(LD_SEARCH_FLAGS) -o scotty scotty.o $(TCL_LIB_SPEC)
$(LIBS) $(DL_LIBS) -lm

tnm$(SHLIB_SUFFIX): $(TNM_OBJS)
$(SHLIB_LD) -assert pure-text -o tnm$(SHLIB_SUFFIX) $(TNM_OBJS)

tkined: tkined$(SHLIB_SUFFIX)
tkined$(SHLIB_SUFFIX): $(TKI_GENERIC_OBJS)
$(SHLIB_LD) -assert pure-text -o tkined$(SHLIB_SUFFIX) $(TKI_GENERIC_OBJS)
===============================================================================

Any help and highly appreciated.

-ernest