Opened 16 years ago

Closed 16 years ago

#2401 closed defect (wontfix)

Building java bindings on OS X

Reported by: hobu Owned by: warmerdam
Priority: lowest Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

Here's a java.opt file that can work for building the java bindings on OS X Leopard with the attached patch:

JAVA_HOME = /System/Library/Frameworks/JavaVM.framework/Versions/Current
JAVADOC=$(JAVA_HOME)/Commands/javadoc
JAVAC=$(JAVA_HOME)/Commands/javac
JAVA=$(JAVA_HOME)/Commands/java
JAR=$(JAVA_HOME)/Commands/jar
JAVA_INCLUDE=-I$(JAVA_HOME)/Headers
LDFLAGS=-dynamiclib -single_module ${wl}-flat_namespace ${wl}-undefined ${wl}suppre
ss

Attachments (1)

osx.patch (1.4 KB ) - added by hobu 16 years ago.

Download all attachments as: .zip

Change History (2)

by hobu, 16 years ago

Attachment: osx.patch added

comment:1 by hobu, 16 years ago

Priority: normallowest
Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.