--- David Jones <[EMAIL PROTECTED]> wrote:

> zOS needs to compile with extra CFLAGS in order to link correctly.
> After revisions 153273/153266 to ./Makefile.in all compile and link flags
> are lost as
> buildmark.c is made without them: 

concept sounds fine but...

> --- Makefile.in.orig Wed Jan 17 14:00:11 2007
> +++ Makefile.in Thu Jan 18 09:17:17 2007
> @@ -4,8 +4,8 @@
> 
> PROGRAM_NAME = $(progname)
> PROGRAM_SOURCES = modules.c
> -PROGRAM_LDADD = buildmark.o $(HTTPD_LDFLAGS) $(PROGRAM_DEPENDENCIES) $()
> -PROGRAM_PRELINK = $(COMPILE) $(top_srcdir)/server/buildmark.c
> +PROGRAM_LDADD = buildmark.lo $(HTTPD_LDFLAGS) $(PROGRAM_DEPENDENCIES) $)
                                                                         ^
what happened here?                               >>---------------------+

> +PROGRAM_PRELINK = $(LIBTOOL) --mode=compile $(COMPILE) -c $(top_srcdir)/c

do we have a file named "c" in $(top_srcdir) ?  how does this do the job with
buildmark?

maybe cut-n-pasto's or funky email clients explain both?

Greg


 
____________________________________________________________________________________
Yahoo! Music Unlimited
Access over 1 million songs.
http://music.yahoo.com/unlimited


 
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 

Reply via email to