OS: sparc-solaris-2.6
         compiler: gcc-2.95.2
configure command: ./configure --with-extra-lib=/usr/local/lib

After going through the usual gyrations to produce the various config
and Makefiles, the configure script seemed to spontaneously restart
itself and produced the following warnings and errors:

--------------------------[begin make output]----------------------------
configure: warning: 
===================================================================
WARNING: This platform lacks support of construction of global 
objects in shared librarys.  Although not required by this library, 
this is a serious problem for building C++ libraries.  You will not 
be able to use any shared libraries that contain global objects with 
contructors.

See ftp://rtfm.mit.edu/pub/usenet/news.answers/g++-FAQ/plain
for details about this problem.  Also for possible solutions
http://www.informatik.uni-frankfurt.de/~fp/Tcl/tcl-c++/tcl-c++.html
===================================================================

checking if C++ compiler uses std namespace ... yes
checking if C++ compiler supports bool (required)... yes
checking if C++ compiler supports const_cast<> (required)... yes
checking if C++ compiler supports member function templates... yes
checking if C++ compiler supports member class templates... yes
checking if C++ compiler supports mutable... yes
checking if C++ compiler supports partial specialization(required)... yes
checking if C++ compiler supports name spaces... yes
checking if C++ compiler supports friend template... yes
checking if C++ compiler has intrinsic constructors... yes
checking if C++ compiler uses template copy ctor... no
checking if C++ compiler allows void returns... yes
checking if C++ compiler allows specialization of references... yes
checking if C++ environment provides all required features... yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for pthread.h... yes
checking for pthread_self in -lpthread... yes
checking for pthread_self in -lcma... no
checking for pthread_keycreate... no
checking if should compile with pthreads... yes
checking sizes of threading elements... cross
configure: error: You are attempting a cross compile, but the necessary information 
regarding
your thread library is not available.  Please fill out the ac_thread.sh file.

configure: error: ./configure failed for sigc++
--------------------------[end make output]----------------------------

As far as I know, I was not attempting a cross-compile.  How do I get
lyx-1.1.6 to build on this system?

Thanks,

-- 

Ronald Florence                 http://members.home.net/18james

Reply via email to