freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] Compiling freetype on uclinux


From: Werner LEMBERG
Subject: Re: [Freetype] Compiling freetype on uclinux
Date: Sat, 28 Feb 2004 06:21:32 +0100 (CET)

> And this last warning about _start symbol is really suspicious,
> isn't it?  Any idea?

>From the autoconf info file:

 - Variable: LDFLAGS
     Stripping (`-s'), path (`-L'), and any other miscellaneous options
     for the linker.  Don't use this variable to pass library names
     (`-l') to the linker, use `LIBS' instead.  If it is not set in the
     environment when `configure' runs, the default value is empty.
     `configure' uses this variable when linking programs to test for
     C, C++ and Fortran 77 features.

The same can be found in the libtool info file.

Additionally, you shouldn't do

  LDFLAGS=... CFLAGS=... ./configure

but

  ./configure LDFLAGS=... CFLAGS=...

also according to the autoconf info file.

Hope this helps.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]