Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-devhelp
On 05/17/2011 06:48 AM, Nikos Chantziaras wrote:
> But it ignores the CFLAGS/CXXFLAGS/LDFLAGS set in make.conf, and
> append-cflags and append-cxxflags does nothing (-Wno-error is not used
> in the resulting build.)
OK, I have worse problems than just the above :-/
First:
g++ -o .release_build/OcelotConfig -L/usr/lib64/llvm -lpthread -lffi
-ldl -lm .release_build/ocelot/tools/OcelotConfig.o -L/usr/lib
-L/usr/lib64/llvm -L. -locelot
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/../../../../x86_64-pc-linux-gnu/bin/ld:
cannot find -locelot
collect2: ld returned 1 exit status
If I ignore the above error and proceed with "scons install" anyway:
ACCESS DENIED open_wr: /usr/lib/libocelot.so
scons: *** [/usr/lib/libocelot.so] /usr/lib/libocelot.so: Permission denied
SCons does not seem to play nicely with the package sandboxing that
Gentoo uses. It tries to access /usr directly.
What should I do here?
|
|