Subj : tlink problem To : borland.public.cpp.borlandcpp From : Dennis Foulke Date : Sun Apr 04 2004 11:43 pm I am an old dog learning new tricks and need some help. I know enough to be dangerous and intend to become even more dangerous... I am building the wxWindows lib file with their makefile.b32 and everything goes well until the tlink operation starts. I am getting the following error message: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland del ..\..\lib\zlib.lib Could Not Find c:\wxWindows\lib\zlib.lib tlib "..\..\lib\zlib.lib" /P512 @MAKE0000.@@@ DOS-reported error: Bad file number TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation opening 'MAKE0000.@@@' ** error 1 ** deleting ..\..\lib\zlib.lib ** error 1 ** deleting zlib Normal Termination Output completed (0 sec consumed). If I check the makefile command I see that the /P option is set at 1024 but other than that I cannot determine what is going wrong: tlib "$(LIBTARGET)" /P1024 $(LINKDEBUGFLAGS) @&&! +$(OBJECTS:.obj =.obj +) +$(PERIPH_LIBS:.lib =.lib +) ! Any pointers would be appreciated. Dennis Foulke .