Open GoogleCodeExporter opened 9 years ago
hi
your GCC version may be too old to compile leveldb
Original comment by yafei.zh...@langtaojin.com
on 12 Jan 2012 at 9:14
edit MakeFile and set CFLAGS like this:
CFLAGS = -c -fno-access-control -I. -I./include $(PORT_CFLAGS)
$(PLATFORM_CFLAGS) $(OPT) $(SNAPPY_CFLAGS)
now make it and works
Original comment by simon...@gmail.com
on 16 Jan 2012 at 8:22
It's not CFLAGS, set CXXFLAGS like this:
CXXFLAGS += -fno-access-control -I. -I./include $(PLATFORM_CXXFLAGS) $(OPT)
It works.
Original comment by dark.z....@gmail.com
on 7 Jan 2014 at 3:23
Original issue reported on code.google.com by
Lauren.F...@gmail.com
on 16 Dec 2011 at 5:15