Re: Compile with watcom fails
- Posted by mattlewis (admin) Mar 29, 2012
- 2428 views
wynco said...
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
It looks like it output just the directory, and not the file name for the run time library (c:\euphoria\bin\eu.a). Is your MinGW runtime library in that directory?
Matt