On Dec 7, 2010, at 2:53 PM, Marco Trudel wrote:
I'm unable to use "cilly" when archives are involved:# wget http://ftp.gnu.org/gnu/wget/wget-1.12.tar.gz # tar xfz wget-1.12.tar.gz # cd wget-1.12/ # ./configure # make CC="cilly --noWrap --merge --save-temps"
I'm not sure this is the problem, but have you seen http://www.cs.berkeley.edu/~necula/cil/merger.html :
you must replace all occurrences of gcc and ld with cilly --merge, and all occurrences of ar with cilly --merge --mode=AR. It is very important that the --merge flag be used throughout the build process. If you want to see the merged source file you must also pass the --keepmerged flag to the linking phase.
So maybe you need something likemake CC="cilly --noWrap --merge --save-temps" AR="cilly --merge -- mode=AR"
Elnatan
------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________ CIL-users mailing list CIL-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cil-users