Hi
Can a gatekeeper help review this .
Most beginner will get this common issue when configure and make open64.
I make a small change in the configure file, the configuration will
fail when configure
under the top of trunk.
Index: configure.ac
===
so only main of the compiler should have RPATH set, not the .so's.
Now, how does your fix deal with the case when the build is "main"?
Sun
On Thu, Oct 21, 2010 at 8:43 PM, David Coakley wrote:
> The run_build flag is set by the '--run-build' command-line option and
> allows the compiler to run fr
Sorry, I should have provided a link to the bug report:
http://bugs.open64.net/show_bug.cgi?id=677
Doug
> -Original Message-
> From: Gilmore, Doug [mailto:doug.gilm...@amd.com]
> Sent: Thursday, October 21, 2010 4:41 PM
> To: Open64-devel
> Subject: [Open64-devel] review request for fix t
The run_build flag is set by the '--run-build' command-line option and
allows the compiler to run from the build directory. It's used during
the compiler build so that the libraries can be built before the
compiler is installed.
See osprey/linux/gcommondefs for the use of the option and the
top-l
can you give some detail how run_build is set? I agree with you on
principle the fix.
Sun
On Thu, Oct 21, 2010 at 7:49 PM, David Coakley wrote:
> In the Open64 driver, there is code to add a linker '-rpath' option
> for libraries that are included with the compiler (see
> postprocess_ld_args() in
Author: chenr
Date: 2010-10-21 22:53:04 -0400 (Thu, 21 Oct 2010)
New Revision: 3380
Modified:
trunk/osprey/wgen/wgen_expr.cxx
Log:
Fix throwing exception in 3 operands conditional expression.
Approved by JianXin Lai.
Modified: trunk/osprey/wgen/wgen_expr.cxx
In the Open64 driver, there is code to add a linker '-rpath' option
for libraries that are included with the compiler (see
postprocess_ld_args() in the driver). The intended effect of this
code is that programs compiled by Open64 can be run without setting
LD_LIBRARY_PATH as long as the compiler i
The bug fix patch is attached to the bug.
Can someone review this when they have the chance?
Thanks,
Doug
--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the
This patch looks fine to me.
2010/10/19 Chen, Rui (Roger, TSG-GDCC-SH)
> Hi all,
>
>
>
> Could gatekeeper help to review this fix?
>
>
>
> Throw exception statement in 3 operands conditional expression causes
> open64 assertion fault:
>
>
>
> Example:
>
> int foo();
>
>
>
> void bar() {
>
>