On Mon, 2011-03-14 at 13:18 +0530, Aditya Patawari wrote:
> Hi Rahul,
> 
> I have an issue with %configure macro.
> 
> When I do "./configure --prefix=/usr", it builds perfectly but if I
> use %configure build fails for 64 bit. After examining the log of both
> the build I found that %configure passes a lot of parameters while
> "./configure --prefix=/usr" does not. How can I fix this error?
> 
> 
> Failed build's log:
> http://koji.fedoraproject.org/koji/getfile?taskID=2906677&name=build.log
> Successful Build:
> http://koji.fedoraproject.org/koji/taskinfo?taskID=2906646 

Hey Aditya,

Seems like the configure script does not understand the --program-prefix
option and causes it to fail. 

Patching the script would be the easiest option, the other being
manually expanding the configure macro (you don't want to do this, it's
pretty complicated). 

Thanks,
Ankur

_______________________________________________
india mailing list
india@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/india

Reply via email to