Igor,
I just run the make and i got this error:
g++ -bundle -arch i386 -arch ppc7400 -o libnet_sf_colorer.jnilib objs/
net_sf_colorer.o objs/adler32.o objs/crc32.o objs/inffast.o objs/
inflate.o objs/inftrees.o objs/uncompr.o objs/zutil.o objs/unzip.o
objs/ioapi.o objs/Logging.o objs/xmldom.o objs/cregexp.o objs/
BitArray.o objs/Character.o objs/CharacterClass.o objs/String.o objs/
DString.o objs/SString.o objs/StringBuffer.o objs/UnicodeTools.o objs/
Encodings.o objs/Exception.o objs/MemoryChunks.o objs/InputSource.o
objs/FileInputSource.o objs/HTTPInputSource.o objs/JARInputSource.o
objs/SharedInputSource.o objs/Writer.o objs/StreamWriter.o objs/
FileWriter.o objs/ParserFactory.o objs/ErrorHandlerWriter.o objs/
FileErrorHandler.o objs/LineRegionsCompactSupport.o objs/
LineRegionsSupport.o objs/RegionMapperImpl.o objs/StyledHRDMapper.o
objs/TextHRDMapper.o objs/BaseEditor.o objs/Outliner.o objs/
HRCParserImpl.o objs/HRCParserHelpers.o objs/TextParserImpl.o objs/
TextParserHelpers.o objs/ConsoleTools.o objs/TextConsoleViewer.o objs/
TextLinesStore.o objs/malloc.o -lstdc++
Undefined symbols for architecture i386:
"_fseeko64", referenced from:
_fseek64_file_func in ioapi.o
"_fopen64", referenced from:
_fopen64_file_func in ioapi.o
(maybe you meant: _fill_fopen64_filefunc)
"_ftello64", referenced from:
_ftell64_file_func in ioapi.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
Undefined symbols for architecture ppc:
"_fseeko64", referenced from:
_fseek64_file_func in ioapi.o
"_fopen64", referenced from:
_fopen64_file_func in ioapi.o
(maybe you meant: _fill_fopen64_filefunc)
"_ftello64", referenced from:
_ftell64_file_func in ioapi.o
ld: symbol(s) not found for architecture ppc
collect2: ld returned 1 exit status
lipo: can't open input file: /var/folders/fA/fAnvAxVZFLaorCU0KhFHIU++
+TI/-Tmp-//ccmzIQg3.out (No such file or directory)
make: *** [libnet_sf_colorer.jnilib] Error 1
i am installing a latest version of gcc
Jeremy