Jens Lattig wrote:
> Thank you for the help, I solved this problem but - unfortunately - 
> found a new one.
>   /usr/bin/ld: cannot find -lXext
>   collect2: ld returned 1 exit status
To resolve that specific error, you need to install libxext-dev. To do 
this under ubuntu, you need to execute:
  sudo apt-get install libxext-dev
This is under the premise that you've already run:
  sudo apt-get update
at some point in the past.
regards,
Mark
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" (in the *body* of the email)
      to majordomo.scripps.edu
Received on Wed Jun 11 2008 - 06:07:44 PDT