Mail Archives: djgpp/1997/04/06/07:00:26
On Fri, 4 Apr 1997, Denis Y. Zibarev wrote:
> Example: (about POVRAY).
> (There is about 30 object files and several libraries).
> (Making a library from object files)
> ar -r povlib.a *.o
> (removing object files)
> del *.o
> (Extracting objects from pmode.a)
> ar -x pmode.a *.o // Correct me if I'm wrong
> (linking)
> gcc -o povray.exe (objects from pmode.a) povlib.a (other povray's libraries)
>
> And all OK!
Thanks. This is now clear; I will update the FAQ accordingly.
> > > PS: BTW, what is MATCOM? (and where to get it, if share/free/gnuware?)
> >
> > It is a commercial C/C++ compiler which support real-mode and
> > protected-mode DOS programs and Windows apps.
>
> IMHO, is it WATCOM C/C++? There were some questions about MATCOM(Not
> WATCOM!).
Right, I was mistaken. Too much mail, I guess 8-(
- Raw text -