Home > Archive > Scheme > April 2006 > I can't compile Gambit-C 4.0 beta 17 with Visual C++
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
I can't compile Gambit-C 4.0 beta 17 with Visual C++
|
|
| Penicillin 2006-04-18, 4:04 am |
| Hello everyone.
I am sorry for raising the same question, but I do need an answer. I
follow the instruction in the INSTALL file, use "vctool.bat", but it
didn't works. It returened masses of errors , for instance, the os.obj
can't be created. I prefer to use the Gambit-C in my Visual C++ MFC
project, and I have try a method: "ar -x" the libgambc.a that created
by the Dev-C++'s GCC system, and linked the ".obj" all to my program.
It just a idea, I haven't test it.
Thank you !
| |
| Ray Dillinger 2006-04-22, 7:05 pm |
| Penicillin wrote:
> Hello everyone.
> I am sorry for raising the same question, but I do need an answer. I
> follow the instruction in the INSTALL file, use "vctool.bat", but it
> didn't works. It returened masses of errors , for instance, the os.obj
> can't be created. I prefer to use the Gambit-C in my Visual C++ MFC
> project, and I have try a method: "ar -x" the libgambc.a that created
> by the Dev-C++'s GCC system, and linked the ".obj" all to my program.
> It just a idea, I haven't test it.
> Thank you !
>
Does the account from which you're attempting the install have
suffucient privelege to actually perform these actions?
|
|
|
|
|