Your error is not familiar to me, but before I could get flow-tools .68 to configure & make cleanly I had to build the dependant libs (libz, etc). Then I installed them into /opt/netflow/lib and had to change LDFLAGS and CPPFLAGS as follows:
-bash-3.00$ LDFLAGS=-L/opt/netflow/lib export LDFLAGS CPPFLAGS=-I/opt/netflow/lib export CPPFLAGS -bash-3.00$ I'm using RHEL4: -bash-3.00$ uname -a Linux nft 2.6.9-78.0.22.ELsmp #1 SMP Fri Apr 24 12:48:19 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux -bash-3.00$ > If you are not the intended recipient of this message (including attachments), or if you have received this message in error, immediately notify us and delete it and any attachments. If you no longer wish to receive e-mail from Edward Jones, please send this request to [email protected]. You must include the e-mail address that you wish not to receive e-mail communications. For important additional information related to this e-mail, visit www.edwardjones.com/US_email_disclosure -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of > Jack Gallagher > Sent: Tuesday, November 10, 2009 4:12 PM > To: [email protected] > Subject: [Flow-tools] flow-tools make problems -- help? > > > Trying to make flow-tools 0.68 and fails as shown. > > I can't seem to figure it out -- any help? > > > ====================================== > > # make > Making all in lib > make[1]: Entering directory `/opt/flow-tools-0.68/lib' > make all-am > make[2]: Entering directory `/opt/flow-tools-0.68/lib' > source='ftio.c' object='ftio.o' libtool=no \ > depfile='.deps/ftio.Po' tmpdepfile='.deps/ftio.TPo' \ > depmode=gcc3 /bin/sh ../depcomp \ > gcc -I. -I./lib -I. -I. -I. -g -Wall -g -Wall -c `test -f > 'ftio.c' || echo './'`ftio.c > ftio.c: In function 'readn' > ftio.c:2270: error: invalid lvalue in assignment > ftio.c: In function 'writen' > ftio.c:2295: error: invalid lvalue in assignment > make[2]: *** [ftio.o] Error 1 > make[2]: Leaving directory `/opt/flow-tools-0.68/lib' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/opt/flow-tools-0.68/lib' > make: *** [all-recursive] Error 1 > > > ======================================== > > thanks for any assistance, > jackg > _______________________________________________ > Flow-tools mailing list > [email protected] > http://mailman.splintered.net/mailman/listinfo/flow-tools > _______________________________________________ Flow-tools mailing list [email protected] http://mailman.splintered.net/mailman/listinfo/flow-tools
