Date: Fri, 10 Sep 93 18:36:40 GMT-0600 From: raul AT ciencias DOT mty DOT itesm DOT mx (Raul Ramirez) To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Linking djgpp (Again) Hello, every one. I'm learning this new compiler and it is very good! I was able to compile a heapwalker and other easy stuff. But my really interest is graphics. So I tried it and found out that the linker would say: can't open crt0.o That message didn't appear when I compiled for text mode. I checked the lib directory and yes, there is no crt0.o. Now there is one gcrt0.o. The strange thing is that now the heap walk wont compile either. So, Did I loose crt0.o? or should I just rename gcrt0.o? I remember that the compiler would complain also not finding libgr. I would do: c:\djgpp\files> gcc testgr.c -Llibgr and the compiler would also say can't open libgr.o (something like that) I'm very sure that I have all the environment variables set right, and I can clearly see libgr.* in the lib directory. So, could the graphics library be corrupted? What am I missing. I been trying for quite some time now to get graphics from djgpp. I got another question. I tried tex with gcc.tex and got this: walkiria> latex texinfo.tex This is CTeX, NeXT Version 3.1a (texinfo.tex LaTeX Version 2.09 <7 Dec 1989> Loading texinfo package [Version 2.108]: Basics, fonts, page headings, ! Undefined control sequence. l.1198 \headline ={{\textfonts\rm \ifodd\pageno \the\oddheadline ? H The control sequence at the end of the top line of your error message was never \def'ed. If you have misspelled it (e.g., `\hobx'), type `I' and the correct spelling (e.g., `I\hbox'). Otherwise just continue, and I'll forget about whatever was undefined. ///// any ideas? could some one please send me the dvi of gcc.dvi? (uuencode is ok) Incidentally. Could some one please subscribe me to this list? (The listserver never answered) Best regards, Raul Ramirez raul AT ciencias DOT mty DOT itesm DOT mx