Project

General

Profile

Actions

Bug #3544

closed

./configure checks CFLAGS for jni.h if --with-hadoop is specified but also needs to check CXXFLAGS

Added by Anonymous over 11 years ago. Updated about 5 years ago.

Status:
Won't Fix
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(FS):
Labels (FS):
Java/Hadoop
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

If configure is used like so:
CFLAGS="-fno-omit-frame-pointer -g -O2 -I/usr/lib/jvm/java-6-openjdk-amd64/include" CXXFLAGS="-fno-omit-frame-pointer -g -O2" ./configure --with-debug --with-radosgw --with-fuse --with-tcmalloc --with-libatomic-ops --with-gtk2 --with-hadoop --with-profiler --enable-cephfs-java

then the configure checks will pass but compilation will fail on client/hadoop/CephFSInterface.h

I propose that we add checks for CXXFLAGS as well.

Actions

Also available in: Atom PDF