Re: Compile with watcom fails
- Posted by wynco Mar 28, 2012
- 2443 views
Checked path and found when switched from watcom didn't add MinGW to the path. Now it passes compiling but fails to link with following messages
Linking 100% ..\ascii.exe c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../../ming32/bin/ld.exe: cannot find c:\euphoria\bin: Permission denied collect2: ld returned 1 exit status Unable to link C:\euphoria\ascii.exe Status: 1 Command: gcc -o C:|euphoria\ascii.exe init-.o ascii.o main-.0 graphic s.o types.o console.o get.o machine.o memconst.o memory.o dll.o text.o convert.o search.0 filesys.o datetime.o math.o sequence.o sort.o pretty.o graphcst.o c:\ euphoria\bin -m32don't know why it cannot find c:\euphora\bin as it is in the PATH variable or what 'Permission denied' means