Index:
[thread]
[date]
[subject]
[author]
From: Yueyi Liu <yl8@duke.edu>
To :
Date: Sun, 31 Jan 1999 14:19:55 -0500
Re: Makefile
it is specified in the handout of this project that you CANNOT use the
CPS tapestry libraries.
For the stack class, I found that the file you need to include is
<stack>. The names of the functions are push(), pop(), and empty() (all
lower cases).
> 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]