PPC64 mac port with hotspot

2013-05-24 Thread Christian Calderon
Hello! I subscribe to the openjdk PPC64 AIX/Linux mailing list, and a while back I saw someone ask about using parts of their code with bsd port in order to get a mac os x port with hotspot going. Has anything been done with this? I have a powermac G5 quad that is dual booting linux and os x 10.5.8

Re: Errors and what happened?

2013-12-01 Thread Christian Calderon
It means that env can't find a utility named make in your path. Nothing happened. What you need to do is find the location of your make binary and add it to your PATH. Do this in the terminal: which make This will show you the location of make on your system. On mine the output is /usr/bin/make,

Re: Huh?

2013-12-04 Thread Christian Calderon
You are still getting the same error, the no such file or directory one? What directory are you in when you try to run this script? Are you sure that all of the directories in the variables after 'make' exist? On 12/4/13, Senusi Lewis wrote: > Okay > > > I managed to download and install xcode 3.