-
The problem is with Windows Vista "User Account Control". I turned that off in the Windows Control Panel called "User Accounts", rebooted, and then the three programs started working.
Still mysterious.
2008-02-09 16:31:44 UTC in MinGW - Minimalist GNU for Windows
-
The problem is not one of write access. The problem is that permission to execute /bin/install.exe is denied. I get the same problem with /bin/patch.exe, and it's a mystery.
Oh, here's something. In the windows explorer I can see that the icons for both of those files are decorated with a tiny shield. So it must be some sort of windows virus protection that is preventing me from running...
2008-02-09 15:29:51 UTC in MinGW - Minimalist GNU for Windows
-
I bet the wget you're running is /bin/wget rather than /usr/local/bin/wget. Move it, if necessary.
2008-02-09 14:21:02 UTC in MinGW - Minimalist GNU for Windows
-
That key corresponds to non-public symbol. We introduced the notion of "package", and with that comes the ability for a package to have private symbols, not exported to the user. The package "Core" has a number of such symbols, for we regard the use of those symbols as something we are free to change and don't have to document.
What do you really want to do? Maybe there is another way.
2007-02-21 18:20:27 UTC in Macaulay2
-
Let me know if the problem recurs, I'm closing this...
2007-01-24 05:58:38 UTC in Macaulay2
-
Our freebsd is 6.1, too:
terbium% uname -a
FreeBSD terbium 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006
Is there something that could be different?.
2006-11-15 10:55:25 UTC in Macaulay2
-
Why not just download the M2-freebsd binary distribution from our web page?.
2006-11-14 09:25:29 UTC in Macaulay2
-
Sorry, I noticed the useful macro in the documentation of autoconf, so I started using it. It's apparently new with version 2.60 of autoconf. Can you upgrade?.
2006-11-12 12:56:47 UTC in Macaulay2
-
Logged In: YES
user_id=494917
If this is still a problem I'd like to see the preprocessed
source code for that file. So add "-E" to the g++ command
line and change -o MonomialTable.o to -o MonomialTable.E and
send me the file MonomialTable.E as an attachment after
running g++ that way.
If it's not a problem still, let me know.
2006-10-20 17:51:36 UTC in Macaulay2
-
Logged In: YES
user_id=494917
When I try this code in 0.9.2 it takes forever, well, 20
minutes at least. Does it really work for you?
If I limit it to 600MB in 0.9.93 it runs out of memory in
degree 10 of a gb computation. (To trace gb computations,
try gbTrace=3 before running.)
2006-10-20 17:47:54 UTC in Macaulay2