Date: Tue, 31 Jul 2001 15:22:28 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Rafal Maj (Raf256)" cc: djgpp AT delorie DOT com Subject: Re: *.o in project ? In-Reply-To: <9k66as$3md$2@info.cyf-kr.edu.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 31 Jul 2001, Rafal Maj (Raf256) wrote: > 1) adding to Project Window *.o instead of *.cc is not a bad thing to do ? No idea (I don't use RHIDE). > 2) how to strip out all unneccessary informations from *.o, same as it is > done using -s with .exe files ? strip --strip-unneeded foo.o But it is much easier not to use -g while compiling in the first place. > 3) How (in RHIDE) can I create *.a library (like Allegro does) ? No clue (see above).