[openbeos] Re: Building Haiku on linux
- From: "Urias McCullough" <umccullough@xxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Wed, 22 Nov 2006 07:25:21 -0800
On 11/22/06, Gary Shears <garys@xxxxxxx> wrote:
Close, but not quite.
I rebuilt the build tools to use gcc 2.95 and now I get the following
errors:
...skipped <many, many targets> for lack of libbe.so...
...skipped Mesa Software Renderer for lack of libGL.so...
Looks to me that the object files are being compiled but not linked due
to missing libraries. Are the libraries built as part of the overall
build process? Should they have been downloaded when I checked out the
code?
Help.
Thanks,
gps
When you run the jam command, use the following:
jam -q haiku-image
And then post the resulting output so that we can see exactly what the error
was.
-q tells jam to stop when the first target fails.
- References:
- [openbeos] Re: Building Haiku on linux
- From: Axel Dörfler
- [openbeos] Re: Building Haiku on linux
- From: Gary Shears
Other related posts:
- » [openbeos] Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
- » [openbeos] Re: Building Haiku on linux
Close, but not quite. I rebuilt the build tools to use gcc 2.95 and now I get the following errors: ...skipped <many, many targets> for lack of libbe.so... ...skipped Mesa Software Renderer for lack of libGL.so... Looks to me that the object files are being compiled but not linked due to missing libraries. Are the libraries built as part of the overall build process? Should they have been downloaded when I checked out the code? Help. Thanks, gps
- [openbeos] Re: Building Haiku on linux
- From: Axel Dörfler
- [openbeos] Re: Building Haiku on linux
- From: Gary Shears