Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 25 Aug 2014 11:31:28 +0200
From: "piranna@...il.com" <piranna@...il.com>
To: musl@...ts.openwall.com
Subject: Re: Bug on fstat()?

> So, is g++ mandatory for compilation? Is there any solution? I'll try
> to set CXX to musl-gcc too, but didn't see anything about this and I'm
> not sure if it would work... If it doesn't work, would I need to
> create a musl-g++ wrapper?

Confirmed: doesn't work, it has failed just in the first C++ source
code file it has found:

  musl-gcc '-DV8_TARGET_ARCH_IA32' '-DENABLE_DISASSEMBLER'
'-DV8_USE_DEFAULT_PLATFORM'
'-DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_STATIC' -I../deps/v8/src  -pthread
-Wall -Wextra -Wno-unused-parameter -m32 -fno-strict-aliasing -m32 -O3
-ffunction-sections -fdata-sections -fno-tree-vrp
-fno-omit-frame-pointer -fdata-sections -ffunction-sections -O3
-fno-rtti -fno-exceptions -MMD -MF
/home/piranna/Dropbox/Proyectos/NodeOS/NodeOS-QEmu/Layer2-nodejs/deps/node/out/Release/.deps//home/piranna/Dropbox/Proyectos/NodeOS/NodeOS-QEmu/Layer2-nodejs/deps/node/out/Release/obj.target/v8_base.ia32/deps/v8/src/accessors.o.d.raw
 -c -o /home/piranna/Dropbox/Proyectos/NodeOS/NodeOS-QEmu/Layer2-nodejs/deps/node/out/Release/obj.target/v8_base.ia32/deps/v8/src/accessors.o
../deps/v8/src/accessors.cc
In file included from ../deps/v8/src/platform.h:28:0,
                 from ../deps/v8/src/assert-scope.h:9,
                 from ../deps/v8/src/v8.h:34,
                 from ../deps/v8/src/accessors.cc:5:
../deps/v8/src/vector.h:9:21: fatal error: algorithm: No existe el
archivo o el directorio
 #include <algorithm>
                     ^
compilation terminated.

I'll try to hack a musl-gcc wrapper to see if there's better luck...


-- 
"Si quieres viajar alrededor del mundo y ser invitado a hablar en un
monton de sitios diferentes, simplemente escribe un sistema operativo
Unix."
– Linus Tordvals, creador del sistema operativo Linux

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.