freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Compiling freetype 2.3.9 with bcc fails


From: Mirco Babin
Subject: Re: [ft] Compiling freetype 2.3.9 with bcc fails
Date: Tue, 14 Jul 2009 08:40:54 +0200

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]