Opened 9 years ago
Closed 9 years ago
#1363 closed defect (fixed)
RHEL5 rpm package
Reported by: | Florian.LaRoche@… | Owned by: | Dave Love <d.love@…> |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.0.0b |
Severity: | minor | Keywords: | |
Cc: |
Description
The following change was neccessary to compile
8.0.0c for RHEL5, as the default compiler will
not understand -Wno-all.
best regards,
Florian La Roche
--- sge-8.0.0c/source/aimk
+++ sge-8.0.0c/source/aimk
@@ -2522,9 +2522,6 @@ if ( "$MAKEJEMALLOCLIB" == 1 ) then
breaksw
endsw
- if ($CC == gcc) then
- set JEMALLOC_CFLAGS = "$JEMALLOC_CFLAGS -Wno-all"
- endif
$MAKE $MAKEOPT -f $SOURCE/3rdparty/jemalloc/Makefile "MAKE=$MAKE" "CC=$CC" \
"COMPILE_ARCH=$COMPILE_ARCH" "JEMALLOC_CFLAGS=$JEMALLOC_CFLAGS" \
"CC=$CC" "CFLAGS=$CFLAGS" "SOURCE=$SOURCE" "SDIR=$SDIR" \
Change History (2)
comment:1 Changed 9 years ago by dlove
comment:2 Changed 9 years ago by Dave Love <d.love@…>
- Owner set to Dave Love <d.love@…>
- Resolution set to fixed
- Status changed from new to closed
In [4068/sge]:
(The changeset message doesn't reference this ticket)
Note: See
TracTickets for help on using
tickets.
SGE <sge-bugs@…> writes:
Oops! I was picking up gcc 4.4 when not building as root. Thanks.