This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Creating executable shared libraries ?
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Gerry <trick at icculus dot org>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 16 Aug 2004 17:42:32 +0200
- Subject: Re: Creating executable shared libraries ?
- References: <200408132145.56429.trick@icculus.org>
Hello. I'm trying to create a shared library that can also be executed
as a
normal executable in Linux (like libc.so), but I've run into some
problems.
See http://gcc.gnu.org/ml/gcc-help/2003-07/msg00232.html .
Segher