Re: error compiling on Slamd64 11.0

2006-12-03 Thread Georg Baum
Am Samstag, 2. Dezember 2006 20:13 schrieb Nathan Becker:
 Error messages seem to be:
 
 
`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
 referenced in section `.rodata' of
 support/.libs/libsupport.a(lstrings.o): defined in discarded section
 
`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
 of support/.libs/libsupport.a(lstrings.o)
 
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
 referenced in section `.rodata' of
 ../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o): defined in
 discarded section
 
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
 of ../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o)

Are you sure that the executable is not generated? These messages are 
normal for some combinations of gcc amd binutils. E.g. on SuSE 9.3 you get 
similar ones,  but the generated executable works. If that is not the case 
please tell us the gcc version, binutils version and the complete 
configure command line.


Georg



error compiling on Slamd64 11.0

2006-12-03 Thread Nathan Becker

It does not seem to generate an executable.

gcc version is

Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --prefix=/usr
--disable-multilib --libdir=/usr/lib64 --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking
--with-gnu-ld --verbose --target=x86_64-slackware-linux
--host=x86_64-slackware-linux --build=x86_64-slackware-linux
Thread model: posix
gcc version 3.4.6

binutils is 2.16.92

I've tried various configure command lines. All make no difference in
that error message.  The basic one is

./configure --with-frontend=qt


Re: error compiling on Slamd64 11.0

2006-12-03 Thread Georg Baum
Am Samstag, 2. Dezember 2006 20:13 schrieb Nathan Becker:
 Error messages seem to be:
 
 
`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
 referenced in section `.rodata' of
 support/.libs/libsupport.a(lstrings.o): defined in discarded section
 
`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
 of support/.libs/libsupport.a(lstrings.o)
 
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
 referenced in section `.rodata' of
 ../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o): defined in
 discarded section
 
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
 of ../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o)

Are you sure that the executable is not generated? These messages are 
normal for some combinations of gcc amd binutils. E.g. on SuSE 9.3 you get 
similar ones,  but the generated executable works. If that is not the case 
please tell us the gcc version, binutils version and the complete 
configure command line.


Georg



error compiling on Slamd64 11.0

2006-12-03 Thread Nathan Becker

It does not seem to generate an executable.

gcc version is

Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --prefix=/usr
--disable-multilib --libdir=/usr/lib64 --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking
--with-gnu-ld --verbose --target=x86_64-slackware-linux
--host=x86_64-slackware-linux --build=x86_64-slackware-linux
Thread model: posix
gcc version 3.4.6

binutils is 2.16.92

I've tried various configure command lines. All make no difference in
that error message.  The basic one is

./configure --with-frontend=qt


Re: error compiling on Slamd64 11.0

2006-12-03 Thread Georg Baum
Am Samstag, 2. Dezember 2006 20:13 schrieb Nathan Becker:
> Error messages seem to be:
> 
> 
`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
> referenced in section `.rodata' of
> support/.libs/libsupport.a(lstrings.o): defined in discarded section
> 
`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
> of support/.libs/libsupport.a(lstrings.o)
> 
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
> referenced in section `.rodata' of
> ../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o): defined in
> discarded section
> 
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
> of ../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o)

Are you sure that the executable is not generated? These messages are 
normal for some combinations of gcc amd binutils. E.g. on SuSE 9.3 you get 
similar ones,  but the generated executable works. If that is not the case 
please tell us the gcc version, binutils version and the complete 
configure command line.


Georg



error compiling on Slamd64 11.0

2006-12-03 Thread Nathan Becker

It does not seem to generate an executable.

gcc version is

Reading specs from /usr/lib64/gcc/x86_64-slackware-linux/3.4.6/specs
Configured with: ../gcc-3.4.6/configure --prefix=/usr
--disable-multilib --libdir=/usr/lib64 --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checking
--with-gnu-ld --verbose --target=x86_64-slackware-linux
--host=x86_64-slackware-linux --build=x86_64-slackware-linux
Thread model: posix
gcc version 3.4.6

binutils is 2.16.92

I've tried various configure command lines. All make no difference in
that error message.  The basic one is

./configure --with-frontend=qt


error compiling on Slamd64 11.0

2006-12-02 Thread Nathan Becker

Hi,

I'm trying to compile LyX 1.4.3 on Slamd64 11.0.  I used to be able to do
this on Slamd64 10.1 and I recently did a reformat/reinstall of my
system.

It seems to get through the entire compile process and then barf on
the final linking.  I've tried forcing library paths to /usr/lib64 and
so on, played with using either static or dynamic linking, tried the
included boost library, and played with the pic option.  I'm using the
qt frontend.  The linker barfing might be related to the boost
library, as those are the objects that are listed near the error.


Error messages seem to be:

`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
referenced in section `.rodata' of
support/.libs/libsupport.a(lstrings.o): defined in discarded section
`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
of support/.libs/libsupport.a(lstrings.o)
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
referenced in section `.rodata' of
../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o): defined in
discarded section
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
of ../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o)


Any suggestions?

thanks,
Nathan


error compiling on Slamd64 11.0

2006-12-02 Thread Nathan Becker

Hi,

I'm trying to compile LyX 1.4.3 on Slamd64 11.0.  I used to be able to do
this on Slamd64 10.1 and I recently did a reformat/reinstall of my
system.

It seems to get through the entire compile process and then barf on
the final linking.  I've tried forcing library paths to /usr/lib64 and
so on, played with using either static or dynamic linking, tried the
included boost library, and played with the pic option.  I'm using the
qt frontend.  The linker barfing might be related to the boost
library, as those are the objects that are listed near the error.


Error messages seem to be:

`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
referenced in section `.rodata' of
support/.libs/libsupport.a(lstrings.o): defined in discarded section
`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
of support/.libs/libsupport.a(lstrings.o)
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
referenced in section `.rodata' of
../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o): defined in
discarded section
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
of ../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o)


Any suggestions?

thanks,
Nathan


error compiling on Slamd64 11.0

2006-12-02 Thread Nathan Becker

Hi,

I'm trying to compile LyX 1.4.3 on Slamd64 11.0.  I used to be able to do
this on Slamd64 10.1 and I recently did a reformat/reinstall of my
system.

It seems to get through the entire compile process and then barf on
the final linking.  I've tried forcing library paths to /usr/lib64 and
so on, played with using either static or dynamic linking, tried the
included boost library, and played with the pic option.  I'm using the
qt frontend.  The linker barfing might be related to the boost
library, as those are the objects that are listed near the error.


Error messages seem to be:

`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
referenced in section `.rodata' of
support/.libs/libsupport.a(lstrings.o): defined in discarded section
`.gnu.linkonce.t._ZN5boost2io6detail22parse_printf_directiveIcSt11char_traitsIcESaIcEN9__gnu_cxx17__normal_iteratorIPKcSsEESt5ctypeIcEEEbRT2_RKSD_PNS1_11format_itemIT_T0_T1_EERKT3_mh'
of support/.libs/libsupport.a(lstrings.o)
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
referenced in section `.rodata' of
../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o): defined in
discarded section
`.gnu.linkonce.t._ZN5boost9re_detail15_reg_format_auxINS0_19string_out_iteratorISsEEN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS8_EEEcNS_12regex_traitsIcT_SE_RKNS_13match_resultsIT0_T1_EERPKT2_NS_15regex_constants12_match_flagsERKT3_RNS0_15case_flags_typeE'
of ../boost/libs/regex/src/.libs/libboost_regex.a(cregex.o)


Any suggestions?

thanks,
Nathan