Mail Archives: djgpp/1996/09/28/18:13:36
Michael A. Russo wrote:
>Hi
>
> Thanks for the compiler its great!
>
>However, I dont have a clue on how to build a library, is there a
>utility for this or do I need to pass a switch to the linker?
> Microsft has a lib utility to make a .lib with their compiler
>I assume there is a utility to make a .a ?
>
> Thanks! Mike
Use the program RHIDE written by Robert Hoehne - available at =
djgpp/v2apps/rhideb.zip at any SimTel mirror (see FAQ). This program is =
an "Integrated Development Environment for compiling C- or C++-files in =
an environment, which has an integrated editor where you can edit your =
source files and a project management, where you can define, which files =
are needed to build a program or a library" (RHIDE.INF). If you have =
experience with the IDE of Turbo C++ v3.1 or similar products you will =
love RHIDE!
Anyway, if your source code is not executable, RHIDE will create a =
library with the option "Compile Menu-Link". Don't forget to specific a =
name under "Project-main targetname".
I hope this will help you.
Daniel Jungbluth
eMail: danju AT t-online DOT de
Internet: http://www.t-online/home/danju/index.htm
- semper fidelis
- Raw text -