Hi, I ran `perl Configure.pl` and I have some questions about its output.
First: Determining if your C compiler is actually gcc.........................yes. Determining if your C compiler is actually Visual C++...................no. Enabling optimization...................................................no. The first two makes sense given my system: <http://www.magma.ca/~shawnhcorey/2006-07/1153500473.html> but what does the last mean? Does it mean only the C compiler or everything? Does it means it has disabled all optimization -O0 or using the default (which I think is -O1)? Second: Determining if your platform supports GMP...............................no. Determining if your platform supports readline..........................no. Determining if your platform supports gdbm..............................no. How important are these? Parrot compiles without them but am I missing something? -- __END__ Just my 0.00000002 million dollars worth, --- Shawn "For the things we have to learn before we can do them, we learn by doing them." Aristotle