On Sun, Jan 10, 2010 at 11:18 AM, chombee <[email protected]> wrote: > I tried your patch again, this time with the environment variables > exported as you showed me, again I get an error from ./configure but a > different one: > > checking build system type... /usr/local/share/config.site > configure: error: invalid value of canonical build
It looks like something in /usr/local/share/config.site is defining things in a way configure doesn't understand. I don't have such a file on my system so I can only speculate, but you could try overriding it with the environment variables plus ./configure --build=i386-unknown-freebsd9.0 --target=i386-unknown-freebsd9.0 (adjust for your configuration) and see if that works. > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Fish-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fish-users > -- Rob Farmer ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
