Re: problem with compilation
Daniel Diaz <[email protected]>
| Newsgroups | gmane.comp.gnu.prolog.general |
|---|---|
| Message-ID | <[email protected]> |
Under Win32 with MSVC you need NASM, the net wide assembler(http://sourceforge.net/projects/nasm/). You can get the wni32 distribution from: http://prdownloads.sourceforge.net/nasm/nasm-0.98.39-win32.zip?download Unzip it and copy the nasmw.exe (win32 version) into a directory referenced in the PATH variable (for instance in the bin directory of GNU Prolog). Good luck Lukasz Dudzinski wrote: > Hello, I have some problem during compilation of the prolog source file, when I type: 'gplc myfile.pl' I get the following message: 'error trying to execute nasm: No such file or directory compilation failed'. > I' ve got this also when I try to compile other sorce files. Please help me. > > Thanks for any tips > > Best Regards > Lukasz > > ---------------------------------------------------------------------- > TANI hosting, DUUUUUUUZO transferu... > http://link.interia.pl/f1846 > > > > _______________________________________________ > Users-prolog mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/users-prolog >