Nandini Mocherla:
> On 02/ 3/09 02:07 PM, Wietse Venema wrote:
> > Nandini Mocherla:
> >   
> >> make makefiles \
> >> #AUXLIBS='-L/usr/mysql/lib/mysql -R/usr/mysql/lib/mysql -lmysqlclient 
> >> -lldap -lpcre' \
> >> "AUXLIBS=-lpcre" \
> >> #"AUXLIBS=-lpcre" \
> >>     
> >
> > Your "make makefiles" command ends with the # character!!!!
> >
> >     Wietse
> >   
> I have commented the next line, but don't see it with make makefiles? 

Your "make makefiles" command ends BEFORE THE #AUXLIBS LINE

You can't have shell comments in the middle of multi-line input.

        Wietse

Reply via email to