cygwin 64 boost install
Hi, Trying to install boost 1_54 (I had the same problem with 1.55) on my laptop Windows 7 (64bits RAM 6 Go), I have following failure (details in attached file): common.mkdir bin.v2/libs/context/build common.mkdir bin.v2/libs/context/build/gcc-4.8.2 common.mkdir bin.v2/libs/context/build/gcc-4.8.2/release common.mkdir bin.v2/libs/context/build/gcc-4.8.2/release/address-model-64 common.mkdir bin.v2/libs/context/build/gcc-4.8.2/release/address-model-64/link-static common.mkdir bin.v2/libs/context/build/gcc-4.8.2/release/address-model-64/link-static/asm gcc.compile.asm bin.v2/libs/context/build/gcc-4.8.2/release/address-model-64/link-static/asm/make_x86_64_sysv_elf_gas.o libs/context/src/asm/make_x86_64_sysv_elf_gas.S: Messages de l'assembleur: libs/context/src/asm/make_x86_64_sysv_elf_gas.S:43: Avertissement: .type pseudo opérateur utilisé à l'extérieur de .def/.endef ignoré. libs/context/src/asm/make_x86_64_sysv_elf_gas.S:43: Erreur: rebut à la fin de la ligne, premier caractère non reconnu est « m » libs/context/src/asm/make_x86_64_sysv_elf_gas.S:73: Avertissement: .size pseudo opérateur utilisé à l'extérieur de .def/.endef ignoré. libs/context/src/asm/make_x86_64_sysv_elf_gas.S:73: Erreur: rebut à la fin de la ligne, premier caractère non reconnu est « m » "g++" -x assembler-with-cpp -O3 -finline-functions -Wno-inline -Wall -m64 -DBOOST_ALL_NO_LIB=1 -DNDEBUG -I"." -c -o "bin.v2/libs/context/build/gcc-4.8.2/release/address-model-64/link-static/asm/make_x86_64_sysv_elf_gas.o" "libs/context/src/asm/make_x86_64_sysv_elf_gas.S" ...failed gcc.compile.asm bin.v2/libs/context/build/gcc-4.8.2/release/address-model-64/link-static/asm/make_x86_64_sysv_elf_gas.o... gcc.compile.asm bin.v2/libs/context/build/gcc-4.8.2/release/address-model-64/link-static/asm/jump_x86_64_sysv_elf_gas.o The process I followed after fresh cygwin 64 install: tar --bzip2 -xf boost_1_54_0.tar.bz2 cd boost_1_54_0/ ./bootstrap.sh #./b2 -j8 --prefix=$PWD --libdir=$PWD/lib64 --layout=tagged link=static threading=multi,single install || echo FAILURE ./b2 --prefix=$PWD --libdir=$PWD/lib64 --layout=tagged link=static threading=single address-model=64 install >build.log Could you please tell me what I am doing wrong ? I have read https://groups.google.com/forum/#!msg/boost-devel-archive/vqK2MXdmUZ0/cvhmdD... but don't know if this is related. Regards -- Jean-François MAUREL PIMECA http://www.pimeca.com
AMDG On 03/26/2014 12:34 AM, jfrm.maurel@gmail.com wrote:
<snip>
gcc.compile.asm bin.v2/libs/context/build/gcc-4.8.2/release/address-model-64/link-static/asm/make_x86_64_sysv_elf_gas.o
libs/context/src/asm/make_x86_64_sysv_elf_gas.S: Messages de l'assembleur: libs/context/src/asm/make_x86_64_sysv_elf_gas.S:43: Avertissement: .type pseudo opérateur utilisé à l'extérieur de .def/.endef ignoré. <snip>
Could you please tell me what I am doing wrong ?
I don't think your doing anything wrong (besides using cygwin). As long as you don't need Boost.Context, you can disable it using --without-context to build. If you /do/ need Boost.Context, I'm afraid you're out of luck. On 02/25/2013 11:17 PM, Oliver Kowalke wrote:
unfortunately cygwin is not supported by boost.context yet
In Christ, Steven Watanabe
Le 29/03/2014 04:51, Steven Watanabe a écrit : Hi Steven,
unfortunately cygwin is not supported by boost.context yet
Thank you very much for this information. Regards -- Jean-François MAUREL PIMECA http://www.pimeca.com
participants (2)
-
jfrm.maurel@gmail.com
-
Steven Watanabe