Здравствуйте, jazzer, Вы писали:
J>Ну посмотри документацию по компилятору, в каком виде ему надо поставлять имена библиотек в опции -l.
J>Я же не могу это за тебя сделать, сидя на работе в юнихе
Я тут readme почитал, и сделал все как там написанно — одно и тоже
a. Add "c:\Bcc55"
to the existing path
b. Create a bcc32.cfg file which will set
the compiler options for the Include
and Lib paths (-I and -L switches to
compiler) by adding these lines:
-I"c:\Bcc55\include"
-L"c:\Bcc55\lib"
c. Create an ilink32.cfg file which will set
the linker option for the Lib path by
adding this line:
-L"c:\Bcc55\lib"