![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to work with mysql 4.1.10 , mac OS 10.3.9 and mysql++1.7.35. The installation seemed to go correctly once I told it where to find mysql (installed by Fink). But... The examples crash at run time; example from 'resetdb': dyld: resetdb Undefined symbols: __ZNSiD0Ev __ZNSiD1Ev __ZNSoD0Ev __ZNSoD1Ev __ZNSs20_S_empty_rep_storageE __ZNSs4_Rep11_S_max_sizeE __ZNSs4_Rep11_S_terminalE __ZNSt18basic_stringstreamIcSt11char_traitsIcESaIc EED0Ev __ZNSt18basic_stringstreamIcSt11char_traitsIcESaIc EED1Ev __ZNSt24__default_alloc_templateILb1ELi0EE12_S_for ce_newE __ZNSt24__default_alloc_templateILb1ELi0EE12_S_fre e_listE __ZNSt24__default_alloc_templateILb1ELi0EE22_S_nod e_allocator_lockE __ZSt4cerr __ZSt4cout __ZSt4endsIcSt11char_traitsIcEERSt13basic_ostreamI T_T0_ES6_ __ZTIa __ZTId |
|
... i.e. lots of very basic stuff missing, I think. Any clues? My g++/STL installation otherwise seems fine, I can xcode pretty much anything...does configure need some extra info? |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I dont find the .so file anywhere. In /usr/local/lib I have .dylib, .a and .la files only. Where should the .so be built? thanks shaun Shaun Roe.vcf>-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu... cern (DOT) ch |
r.
#5
| |||
| |||
|
|
In fact I dont think there is an ldd on os x, although a google reveals that " this should not be a problem" with libtool 1.5 (I confess I don't really know what this refers to). As for the .so files, the macOSX version of these is, I guess, the .dylib files I find. I'm googling for more info.. if anyone has already tackled this problem, I'd like to know how ! cheers shaun On 10 May 2005, at 16:13, Shaun Roe wrote: I dont find the .so file anywhere. In /usr/local/lib I have .dylib, .a and .la files only. Where should the .so be built? thanks shaun Shaun Roe.vcf>-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu... cern (DOT) ch ------------------------------------------------------------------------ BEGIN:VCARD VERSION:3.0 N:Roe;Shaun;;; FN:Shaun Roe ORG:CERN; TITLE r.EMAIL;type=HOME;type=pref:shaun.roe (AT) cern (DOT) ch TEL;type=WORK;type=pref:+41 22 767 8054 TEL;type=HOME:+33 450415273 TEL;type=FAX:+41 22 767 7150 ADR;type=HOME;type=pref:;;Rte de Meyrin;Geneva;;CH-1211;Switzerland NOTE:http://sroe.home.cern.ch/sroe/ END:VCARD ------------------------------------------------------------------------ |
#6
| |||
| |||
|
|
Use: otool on OS X as no ldd is available. Regards, Ovidiu Shaun Roe wrote: In fact I dont think there is an ldd on os x, although a google reveals that " this should not be a problem" with libtool 1.5 (I confess I don't really know what this refers to). As for the .so files, the macOSX version of these is, I guess, the .dylib files I find. I'm googling for more info.. if anyone has already tackled this problem, I'd like to know how ! cheers shaun On 10 May 2005, at 16:13, Shaun Roe wrote: I dont find the .so file anywhere. In /usr/local/lib I have .dylib, .a and .la files only. Where should the .so be built? thanks shaun Shaun Roe.vcf>-- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu... cern (DOT) ch ---------------------------------------------------------------------- -- BEGIN:VCARD VERSION:3.0 N:Roe;Shaun;;; FN:Shaun Roe ORG:CERN; TITLE r.EMAIL;type=HOME;type=pref:shaun.roe (AT) cern (DOT) ch TEL;type=WORK;type=pref:+41 22 767 8054 TEL;type=HOME:+33 450415273 TEL;type=FAX:+41 22 767 7150 ADR;type=HOME;type=pref:;;Rte de Meyrin;Geneva;;CH-1211;Switzerland NOTE:http://sroe.home.cern.ch/sroe/ END:VCARD ---------------------------------------------------------------------- -- -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu... cern (DOT) ch |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
I'm afraid that simply changing line 7796 in configure doesn't do it. |
#9
| |||
| |||
|
|
As a FreeBSD mysql++ port maintainer I was asked to use system libtool instead one included in distribution |
#10
| |||
| |||
|
|
Sergey Prikhodko wrote: As a FreeBSD mysql++ port maintainer I was asked to use system libtool instead one included in distribution So re-generate it locally by using the bootstrap script. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsu... cern (DOT) ch |
![]() |
| Thread Tools | |
| Display Modes | |
| |