Dan Nicholson wrote:
On 8/3/06, Stan Sander <[EMAIL PROTECTED]> wrote:

Is there another option I should use to get the debug symbols?  Perhaps
it is system libraries that don't have the debug symbols?  If I need to
rebuild some or all of those help solve this, I will.

I'm no gdb expert, but it looked like the debugging symbols were
missing from idlc. Look at ./configure --help for --enable-debug or
something similar. I'm not familiar with the OOo build. Make sure that
C{,XX}FLAGS are unset or that you are passing "-g". You might have to
use grep to find some things out. `grep -ri debug .' might show some
configure options or #defines that could help.

I'm gonna Cc: DJ since he's the OOo guy here, but he hasn't been
around much lately.

--
Dan


OK, with the --enable-debug turned on it fails earlier in the build with:

/sources/OOC680_m7/solenv/bin/checkdll.sh -L../unxlngx6.pro/lib -L../lib -L/sources/OOC680_m7/solenv/unxlngx6/lib -L/sources/OOC680_m7/solver/680/unxlngx6.pro/lib -L/sources/OOC680_m7/solenv/unxlngx6/lib -L/opt/jdk32/lib -L/opt/jdk32/jre/lib/amd64 -L/opt/jdk32/jre/lib/amd64/server -L/opt/jdk32/jre/lib/amd64/native_threads -L/usr/X11R6/lib -L/usr/lib/firefox-1.5.0.4 ../unxlngx6.pro/lib/check_libuno_cppu.so.3 Checking DLL ../unxlngx6.pro/lib/check_libuno_cppu.so.3 ...### OFFSET_OF(AlignSize_Impl, dDouble) = 4 instead of expected 8!!! /sources/OOC680_m7/solenv/bin/checkdll.sh: line 99: 11301 Aborted $checkdll "$*"
dmake:  Error code 1, while making '../unxlngx6.pro/lib/libuno_cppu.so.3'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /sources/OOC680_m7/cppu/util
dmake:  Error code 1, while making 'build_instsetoo_native'
'---* *---'


This seems to me to identify *what* the problem is, but I'm not sure how to go about resolving it. By way of review: I have an x86_64 clfs multilib system with gcc 4.0.2. CC and CXX both have the -m32 flags, so I am building 32 bit. Here is the configure command I used for this build attempt:

./configure --prefix=/opt/openoffice-2.0.3 --enable-libart --disable-fontooo --disable-gnome-vfs --without-fonts --with-system-stdlibs --with-system-freetype --with-system-expat --with-system-libxml --with-system-zlib --with-build-version=BLFS-Stan --with-package-format=native --disable-binfilter --x-libraries=/usr/X11R6/lib --disable-mozilla --with-openldap --with-firefox --without-ppds --without-afms --without-nas --with-system-zlib --with-system-jpeg --with-system-expat --with-system-freetype --with-system-libxml --without-system-python --with-system-xrender-headers --with-system-curl --with-system-sndfile --with-system-mozilla --with-jdk-home=/opt/jdk32 --with-dict=ENGB,ENUS --enable-debug

Stan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to