From: Nathan Phillip Brink <ohnobinki@ohnopublishing.net>
To: Nikos Chantziaras <realnc@arcor.de>
Cc: gentoo-devhelp@lists.gentoo.org
Subject: Re: [gentoo-devhelp] Re: How do I make scons use correct CFLAGS/CXXFLAGS/LDFLAGS?
Date: Tue, 17 May 2011 01:14:29 -0400 [thread overview]
Message-ID: <20110517051428.GL31702@ohnopublishing.net> (raw)
In-Reply-To: <iqsuoj$8nf$1@dough.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 1482 bytes --]
On Tue, May 17, 2011 at 07:49:23AM +0300, Nikos Chantziaras wrote:
> 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?
Try replacing DESTDIR="${D}" with install_path="${D}"/usr perhaps?
That's just a guess from examining
http://code.google.com/p/gpuocelot/source/browse/trunk/ocelot/SConscript
.
And for your first problem with CXXFLAGS, try
export OCELOT_CONFIG_FLAGS="${CXXFLAGS}"
That probably still leaves LDFLAGS which should probably be set in LINKFLAGS.
--
binki
Look out for missing or extraneous apostrophes!
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2011-05-17 5:09 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-17 3:48 [gentoo-devhelp] How do I make scons use correct CFLAGS/CXXFLAGS/LDFLAGS? Nikos Chantziaras
2011-05-17 4:49 ` [gentoo-devhelp] " Nikos Chantziaras
2011-05-17 5:14 ` Nathan Phillip Brink [this message]
2011-05-17 5:23 ` Nikos Chantziaras
2011-05-17 6:45 ` Peter Volkov
2011-05-17 7:18 ` Nikos Chantziaras
2011-05-17 8:57 ` Peter Volkov
2011-05-17 15:40 ` Nikos Chantziaras
2011-05-17 18:58 ` Peter Volkov
2011-05-17 19:12 ` Nikos Chantziaras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110517051428.GL31702@ohnopublishing.net \
--to=ohnobinki@ohnopublishing.net \
--cc=gentoo-devhelp@lists.gentoo.org \
--cc=realnc@arcor.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox