Hi,

Compiling test.c fails:
bcc32 -ohello.exe hello.c
CodeGear C++ 5.93 for Win32 Copyright (c) 1993, 2007 CodeGear
hello.c:
Turbo Incremental Link 5.81 Copyright (c) 1997-2008 CodeGear
Fatal: Unable to open file 'HELLO.OBJ'

This works:
bcc32 hello.c
CodeGear C++ 5.93 for Win32 Copyright (c) 1993, 2007 CodeGear
hello.c:
Turbo Incremental Link 5.81 Copyright (c) 1997-2008 CodeGear

Hello.exe is created and works fine.



I think your conclusion about the -o switch (it may not be used for an
executable name) is correct.
I found out that bcc32 -n./objs hello.c outputs the .obj and .exe file to
the ./objs subdirectory

My conclusion about the current directory is wrong. It is the -o flag that
may not be used.

Regards,
Mirco
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to