1 Mar 2004 12:57
Re: Compiling freetype on uclinux
nafiton smith <jose.ferreiro <at> horushardware.com>
2004-03-01 11:57:14 GMT
2004-03-01 11:57:14 GMT
hello Werner LEMBERG wrote: >>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.(Continue reading)
RSS Feed