Hi,

Graeme Dargie wrote: 
> Hello List,
> 
>  
> 
> I understand this is possible but cant seem to find any how to`s or
> guides out on the net, I would like to set up a jail running FreeBSD 8.0
> i386 on a system that is running FreeBSD 8.0 amd64. I know this may
> sound somewhat odd but I have a program that I need to run that just
> will not compile under amd64.
> 

You want to set the TARGET for buildworld, which will create
/usr/obj/i386.  Use TARGET again for installworld to install from that obj
directory.

  make TARGET=i386 buildworld
  make TARGET=i386 DESTDIR=/usr/jails/myi386jail installworld

Regards,

-- 
Glen Barber
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to