[openbeos] Re: Building Haiku on linux

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.

Other related posts: