Thanks for your answer. To be more precise: which CFLAGS are required to build Virtuoso Open Source Edition under Mac OS X 10.5 64-bit (Intel Core 2 Duo)? I have successfully build Virtuoso Open Source Edition under Mac OS X 10.532-bit with the following commands:
CFLAGS="-O -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386 -mmacosx-version-min=10.5" export CFLAGS ./configure --disable-dependency-tracking make sudo make install but I don't know how to build it to get 64-bit support. Pierre 2008/2/2, Hugh Williams <hwilli...@openlinksw.com>: > > Hi Pierre, > > Yes, the latest Virtuoso Open Source releases do support 64bit Leopard > built as universal binaries, from 5.0.3 and above: > > $ file /Applications/OpenLink\ Virtuoso/Virtuoso\ 5.0/bin/virtuoso-iodbc-t > /Applications/OpenLink Virtuoso/Virtuoso 5.0/bin/virtuoso-iodbc-t: Mach-O > universal binary with 3 architectures > /Applications/OpenLink Virtuoso/Virtuoso 5.0/bin/virtuoso-iodbc-t (for > architecture ppc7400): Mach-O executable ppc > /Applications/OpenLink Virtuoso/Virtuoso 5.0/bin/virtuoso-iodbc-t (for > architecture i386): Mach-O executable i386 > /Applications/OpenLink Virtuoso/Virtuoso 5.0/bin/virtuoso-iodbc-t (for > architecture x86_64): Mach-O 64-bit executable x86_64 > > So if you are running on an Intel Core 2 Duo machine then the 64bit > executable would start in preference to the others. > > Note, a new Virtuoso Open Source build 5.0.4 is being released over the > weekend, and should be available for download on Monday. > > I hope this answers your question. > > BTW, I note you also sent an email to our support department: > > >>> > I have 2 questions regarding OpenLink Virtuoso Server 5.0.3. > > As IRI_ID is documented as 'internally an unsigned 32 bit integer value' > (ยง15.1.1): > > > 1. if I need to store >4G triples, how can I specify that IRI_ID is an > unsigned 64 bit integer value? > 2. by looking at the columns of RDF_QUAD table, TYPE_NAME of G,S,P is > IRI_ID, but DATE_TYPE is 12 (ANY) and COLUMN_SIZE is 12. Why? > <<< > > Do you still need answers to these questions ? > > Best Regards, > Hugh Williams > Professional Services > OpenLink Software > Tel: +44 (0)20 8681 7701 > Web: http://www.openlinksw.com > Universal Data Access & Data Integration Technology Providers > > On 02/02/2008 13:09, "Pierre De Wilde" <pierredewi...@gmail.com> wrote: > > Does Virtuoso Open Source support Mac OS X 10.5 (Leopard) 64-bit? > > Pierre > > ------------------------------ > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > ------------------------------ > _______________________________________________ > Virtuoso-users mailing list > Virtuoso-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/virtuoso-users > > > > >