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?
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
# 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...