Mojca Miklavec wrote:
On Thu, Apr 23, 2009 at 01:39, Diego Depaoli wrote:
Could be totally unrelated, but I'm dealing with freebsd-amd64 and mtxrun needs this patch in order to work --- mtxrun 2009-04-23 01:34:57.000000000 +0200 +++ mtxrun.modified 2009-04-23 01:34:33.000000000 +0200 @@ -1622,7 +1622,12 @@ return "solaris-intel" end elseif name == "freebsd" then + local architecture = os.arch() + if architecture:find("amd64") then + return "freebsd-amd64" + else return "freebsd" + end end end return default or name
I'm sorry, I thought that this has been fixed already. (Do you manage to run the minimals at all?) Hans, can you please fix this?
i added it but no update today as i'm in the middle of a partial structure rewrite ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------