Index: [thread] [date] [subject] [author]
  From: Tim Bain <tpb2@duke.edu>
  To  : 
  Date: Sun, 31 Jan 1999 13:53:41 -0500

Re: Makefile

Austin Fath wrote:

> I thought my makefile was working, but apparently it isn't finding the
> stl library because I am now getting errors when I try to use stacks and
> atoi and other standard functions.  Is there anything that the makefile
> tutorial left out that I need to know?  (Especially with the COURSE_DIR,
> LIB_DIR, and LDFLAGS commands.

The only change I made to mine was to comment out
the line that reads "LDLIBS                        = -ltapestry",
and it works perfectly for me so far.

Tim



Index: [thread] [date] [subject] [author]