Problem compiling

Archives Forums/BlitzMax Bug Reports/Problem compiling

orgos(Posted 2009) [#1]
Hello people.

I have problem when try to compile my program and some blitzmax demos.

I uninstall blitzmax, then download again the 1.30 version, and have the same problem, so i download the 1.18 version, update until 1.26 and when compile not problema raise, but when i update to 1.28 or 1.30 have this problem.

This is the compiling result when i compile the Shooter demo of blitzmax.

Building _shooter_main
Compiling:_shooter_main.bmx
flat assembler version 1.66
4 passes, 81845 bytes.
Linking:_shooter_main.debug.exe
c:/archivos de programa/blitzmax/bin/ld.exe: cannot find -lc:/archivos de programa/blitzmax/lib
Build Error: Failed to link c:/Archivos de programa/BlitzMax/samples/shooter/_shooter_main.debug.exe
Process complete

Plase help me.


Brucey(Posted 2009) [#2]
c:/archivos de programa/blitzmax/bin/ld.exe: cannot find -lc:/archivos de programa/blitzmax/lib


That's strange.. I hope the "-l" is just an accident of your posting. It should be an uppercase "-L", to specify a directory.


orgos(Posted 2009) [#3]
Is not an accident of my post, I copy and paste the error text, and is exact like you see.


orgos(Posted 2009) [#4]
Hello I found the origin of problem, recently the pc that i used to work is a common pc in office, some one put a memory on usb port, and no antivirus present on the machine, so virus appear on the system crachin .exes and .coms files.

I install Kaspersky, make the viros check of C: drives and the problems solve.

Thanks


DeltaCommando5(Posted 2009) [#5]
I'm getting the same problem here but it's not a virus. What else could one do?