From: Michael P. <mic...@gm...> - 2011-05-30 08:08:21
|
Compilation looks to be correct, I myself use this one: ./configure CFLAGS="-DPGXC -O2" --enable-depend --enable-debug --disable-rpath --enable-cassert but even if you define the flag before configure it works correctly. On Mon, May 30, 2011 at 4:52 PM, Lionel Frachon <lio...@gm...>wrote: > Hi Michael, > > thanks for your tests and involvment. The error on my side may be a > compilation, installation or environment problem (at this point, I > have no clues) , here are the CFLAGS I use : > > CFLAGS="-O2" > and configure : > "./configure --enable-debug --disable-rpath --enable-depend" > > I'm then packing with rpmbuild everything in /usr/local/pgsql. Is that > a good method (apart from compiling directly on host)? > > Are there any env variable (like /etc/security/limits.conf tweaking, > semaphores or whatever) I should be aware of ? > LD_LIBRARY_PATH is an environment variable you should set to point to the correct XC libraries. It is the only thing that may mess up your settings I think. -- Michael Paquier http://michael.otacoo.com |