Author Topic: Problem With Ranlib--solved  (Read 5842 times)

matthis

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://badaboum.bidibom.free.fr/mat/
Problem With Ranlib--solved
« on: March 11, 2007, 05:35:04 am »
Dear all, I'd like a bit of help with cross-compiling. It seems I'm the right tracks this time.
I have the cross-compiler and qtopia sdk working, and compiled SDL. I was now going or sdl_mixer when problems emerged:

- SDL_mixer configures and compiles fine, but when going for "make install", it fails with
Code: [Select]
arm-linux-ranlib /opt/Embedix/tools/arm-linux/lib/libSDL_mixer.a
eval: 1: arm-linux-ranlib: not found

And indeed with I try to run arm-linux-ranlib by hand:
Code: [Select]
$ sudo arm-linux-ranlib /opt/Embedix/tools/arm-linux/lib/libSDL_mixer.a sudo: arm-linux-ranlib: command not found
But the arm-linux-ranlib binary exists. Could you help me identify the problem?

Thanks

--Solved-- setting the full path to RANLIB=/opt/Embedix/tools/bin/arm-linux-ranlib solved the problem
« Last Edit: May 30, 2007, 11:25:36 pm by matthis »