From: <se...@in...> - 2004-07-15 13:47:32
|
On Wed, 2004-07-14 at 16:47, Grigorenko Dmitriy wrote: > Hello > > > As you see when occ.exe is loaded the dynamic linker will pick the > > global cygltdl.dll; > I`m sorry. The correct log is here: > > H:\...ome\Dima\opencxx-2.7\testbed\bin>cygcheck occ.exe > Found: .\occ.exe > occ.exe > .\cygltdl-3.dll > h:\cygwin\bin\cygwin1.dll > H:\WINDOWS\System32\ADVAPI32.DLL > H:\WINDOWS\System32\ntdll.dll > H:\WINDOWS\System32\KERNEL32.dll > H:\WINDOWS\System32\RPCRT4.dll > > The previos one described the case when all is correct. > I`d like to call attention that sigsegv occurs whith the local (opencxx/) > cygltdl-3.dll > > > ./configure --with-ltdl=/my/path/libltdl > > we need to verified that your build does it correctly. > I tried > ./configure --with-ltdl=/usr/bin > becouse the correct cygltdl-3.dll is in the /usr/bin directory > > 'make test' do not work properly. It steel uses local ltdl and crashes. does the config.log is created, if yes $ grep LIBLTDL config.log LIBLTDL='-lltdl' $ grep INCLTDL config.log INCLTDL='' what are the results if LIBLTDL is not '-lltdl' in opencxx/testsuite/tester2.in we have line LIBS="-locc @libgc@ -lltdl" change to LIBS="-locc @libgc@ @LIBLTDL@" than do configure in your top_builddir what is the result of this line Have you try 'libtoolize --ltdl' before bootstrap script when running configure, do you have somthing like checking dependency style of gcc... gcc3 checking for lt_dlinit in -lltdl... yes checking for gcc... (cached) gcc |