This works:

./autogen.sh
./configure
make

This does not:

CXXFLAGS="-g" CFLAGS="-g" ./configure --prefix=/usr --without-warnings
make

Failing with this message (at link-time):

FloatList.o: In function `global constructors keyed to floatList':
/home/kayvan/src/lyx-temp/src/FloatList.C:5: undefined reference to 
`FloatList::FloatList(void)'
insets/.libs/libinsets.a(insetfloat.o): In function `InsetFloat::Latex(Buffer const *, 
ostream &, bool, bool) const':
/home/kayvan/src/lyx-temp/src/insets/insetfloat.C:151: undefined reference to 
`FloatList::defaultPlacement(lyxstring const &) const'
collect2: ld returned 1 exit status
make[3]: *** [lyx] Error 1

This is on a generic Redhat-6.1 with egcs-2.91.66

Help?

                        ---Kayvan
-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to