Re: link failure from buildmark

2007-02-07 Thread David Jones
Sorry, not sure what happened, here is an unmangled diff: svn diff Makefile.in http://makefile.in/ Index: Makefile.in http://makefile.in/ === --- Makefile.in http://makefile.in/ (revision 494665) +++ Makefile.in

Re: link failure from buildmark

2007-01-30 Thread Greg Ames
--- 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

link failure from buildmark

2007-01-24 Thread David Jones
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: PROGRAM_PRELINK = $(COMPILE) $(top_srcdir)/server/buildmark.c zOS LIBTOOL does add the needed flags, so a