Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with make and startup.mk

7 views
Skip to first unread message

IMA

unread,
Jul 15, 2005, 10:39:56 AM7/15/05
to
I want to compile QuantLib financial library with CbuilderX on Windows XP
using Borland Compiler.
I use the following make command parameters :

make -D__MT__ -D_RTLDLL -D_DEBUG all

I get the following error which is specific to a unix environment :

make -D__MT__ -D_RTLDLL -D_DEBUG all
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
make: Error -- Configuration file `/etc/startup.mk' not found
make a quitté avec le code d'erreur : 255
La construction a été annulée à cause d'erreurs

I have searched for startup.mk in all the library files, including makefile
: no file containing this word. The problem should be in CBuilder, but
where?


Darko Miletic

unread,
Jul 15, 2005, 11:58:56 AM7/15/05
to
IMA wrote:
> I want to compile QuantLib financial library with CbuilderX on Windows XP
> using Borland Compiler.
> I use the following make command parameters :
>
> make -D__MT__ -D_RTLDLL -D_DEBUG all

That library does not have makefiles for windows compilers. It has
however project files for visual studio 6 and 8.
If you have BCB you can use Visual studio project converter to generate
BCB project file.

Darko

IMA

unread,
Jul 15, 2005, 2:20:45 PM7/15/05
to
It's strange because the library contains a makefile.mak with this line
explicitely in th header :

# main makefile for QuantLib under Borland C++

and the command

make -D__MT__ -D_RTLDLL -D_DEBUG all

is given in the quantlib installation page
http://quantlib.org/reference/install.html

Ignace

"Darko Miletic" <kik...@fibertel.com.ar> wrote in message
news:42d7...@newsgroups.borland.com...

0 new messages