On Mon, 4 Nov 2002, Chris Parker wrote: > >Ok. error.tar.gz has the run script for run configure, the Makefile from > >libltdl and the output of stderr & stdout from gmake. It is with -fast > >option > >normal.tar.gz contain the same but without -fast options, so it compiled > >normal > >fixed.tar.gz contains fixed Makefile (-fast added) and output from make > > Can you send a 'diff' of the two Makefiles ( the one that was configured, > vs. the one that you manually fixed )? Ok. Here is Make file which has been configured _with_ CPPFLAGS=-fast LDFLAGS=-fast vs which has been compiled _without_ and manualy added -fast to CPPFLAGS and LDFLAGS
ggv@mars@pts/5 20:44 Mon 04 Nov [/opt/src/freeradius-0.7.1/libltdl] > diff Makefile Makefile.fixed 19c19 < prefix = /usr/local/freeradius --- > prefix = /usr/local 113c113 < LIBS = -lnsl -lresolv -lsocket -lpthread --- > LIBS = -lnsl -lresolv -lsocket -lposix4 -lpthread 119c119 < CFLAGS = -g -DNDEBUG --- > CFLAGS = -g -mt -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DNDEBUG And here is Makefile configurewd _without_ -fast vs. configured _with_. ggv@mars@pts/5 20:50 Mon 04 Nov [/opt/src/freeradius-0.7.1/libltdl] > diff Makefile Makefile.old 111,113c111,113 < CPPFLAGS = < LDFLAGS = < LIBS = -lnsl -lresolv -lsocket -lposix4 -lpthread --- > CPPFLAGS = -fast > LDFLAGS = -fast > LIBS = -lnsl -lresolv -lsocket -lpthread 119c119 < CFLAGS = -g -mt -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DNDEBUG --- > CFLAGS = -g -DNDEBUG if it will be easy I may give you an account to the host... Gregory G. V. --------------- Any opinions in this posting are my own and not those of my present or previous employers. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
