On Sunday 15 January 2012 01:31:24 pm [email protected] wrote: > >I,m trying to install libunique-1.1.2 or1.1.6, on LFS7 > > > >I receive an error > > This caught my eye: > > cc1: all warnings being treated as errors > > I wonder if there is a way to set a configure parameter so that isn't > the case maybe? > Sounds like a setting in POSIX script when someone tosses in the -e > (break on all errors) > not the same, but similiar perhaps. >
I have not used or looked at libunique so this will be kind of generic... If the package uses autotools You will have to sed it out of the Makefile(s) The easiest would be to sed Makefile.am and rerun autotools, otherf wise it may be in a bunch of Makefiles scattered in many directories. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
