atom feed23 messages in org.freebsd.freebsd-javaRe: Problems with compiling java prog...
FromSent OnAttachments
Super BisquitApr 1, 2012 3:25 pm 
Super BisquitApr 1, 2012 3:42 pm 
Justin HibbitsApr 1, 2012 3:46 pm 
Jonathan ChenApr 1, 2012 3:51 pm 
Greg LewisApr 1, 2012 4:02 pm 
Super BisquitApr 1, 2012 4:30 pm 
Super BisquitApr 1, 2012 4:32 pm 
Super BisquitApr 1, 2012 4:33 pm 
Super BisquitApr 2, 2012 1:35 am 
Matthew SeamanApr 2, 2012 1:41 am 
Super BisquitApr 2, 2012 7:21 am 
Super BisquitApr 2, 2012 5:19 pm 
Carlo DaporApr 2, 2012 10:18 pm 
Greg LewisApr 2, 2012 11:10 pm 
Super BisquitApr 3, 2012 7:42 am 
Greg LewisApr 3, 2012 8:16 am 
Super BisquitApr 3, 2012 4:46 pm 
Jason HelfmanApr 3, 2012 6:05 pm 
Greg LewisApr 3, 2012 6:25 pm 
Super BisquitApr 3, 2012 6:25 pm 
Jason HelfmanApr 3, 2012 7:22 pm 
Super BisquitApr 3, 2012 7:22 pm 
Super BisquitApr 3, 2012 7:33 pm 
Subject:Re: Problems with compiling java programs on FreeBSD from ports
From:Carlo Dapor (cat@gmail.com)
Date:Apr 2, 2012 10:18:35 pm
List:org.freebsd.freebsd-java

On 3 April 2012 02:20, Super Bisquit <supe@gmail.com> wrote:

Here is where the problem becomes apparent.

file /usr/local/java/jre/bin/java  /usr/local/java/jre/bin/java: Mach-o executable ppc brandelf -t FreeBSD /usr/local/java/jre/bin/java brandelf: file '/usr/local/java/jre/bin/java' is not ELF format

Mr. Lewis, do you know who created the package? I'd like to be able o work with him/her to make a native FreeBSD one.

Hello Super Bisquit

What you need is objconv, fetch it from http://www.agner.org/optimize, midway on that page under "Object file converter". Used it myself to build flatassembler for MacOS X 10.5 and 10.6, as you only get an ELF object file.

Good luck,