Board index » cppbuilder » Problem with make and startup.mk
IMA
![]() CBuilder Developer |
Problem with make and startup.mk2005-07-15 10:39:56 PM cppbuilder11 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? |