Subj : Re: tlink problem To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Mon Apr 05 2004 03:09 pm I am confused. You show output from the command line tools for C++ Builder version 5 but have posted the question here, in the newsgroup for the old Borland C++ compiler. C++ Builder newsgroups all have the word 'cppbuilder' in their name. You wrote: > ...everything goes well until the tlink operation starts... Is that a typo? The tools do not have a tlink.exe and the error message mentions tlib, the librarian, not the linker. I do not know what is causing it to fail. If I had to guess it would be that you ran out of file handles like happened sometimes when several other programs were running at the same time under Windows 95. Try asking in the one of the C++ Builder groups. .. Ed > Dennis Foulke wrote in message > news:4070d66a$1@newsgroups.borland.com... > 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). .