now i am a member.... can you give me some help?

julabo71 at free.fr julabo71 at free.fr
Wed Jul 21 18:13:07 UTC 2004


Quoting Amilcar do Carmo Lucas <amilcar at ida.ing.tu-bs.de>:

> On Wednesday 21 July 2004 11:41, inf102 at etu.enseeiht.fr wrote:
> > Hi,
> > I am working with Kdevelop and try to make a small tarball for my
> > distribution....
> > When I build my application in Kdevelop there is no problem ...but how can
> > I have this options when I build my tarball?
> > (I am talking about the following linker options:
> >                    - prevent using shared library
> >                    - remove all symbole table and relocation info from the
> > exec)
> > Can you please give me the way to do for each of them for both separatly?
> > I suppose it is an LDFLAGS to add in configure.in but I don't know the
> > right syntax...
> Well the best way to find out is to google for them. I'm sure the GNU gcc
> site
> has in depth explanations on which flags to use and you can configure several
> configurations in KDevelop 3 with different flags.
>
>
> --
> Amilcar Lucas
> Current webmaster
> The KDevelop project
>
> _______________________________________________
> KDevelop-devel mailing list
> KDevelop-devel at barney.cs.uni-potsdam.de
> http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
>


I found how to do:
before typing ./configure we have to put :
LDFLAGS="-s -static" ./configure
(-s pour stripping option
and -static to prevent from using share library)
if it could be usefull to someone else....
thank you very much anyway....




More information about the KDevelop-devel mailing list