> sorry I forgot to add some data for 'test' program:
> 
> bash-3.2$ which test
> /usr/local/bin//test
> bash-3.2$ ls -l /usr/local/bin/test 
> -rwxr-xr-x    1 bin      bin        138652 Jan 28  2003 /usr/local/bin/test
> bash-3.2$

Since you are using bash, `test' is not the binary from
/usr/local/bin/test but a built-in shell function.  Type

  help test

to see the details.

> At the end it always says: make: Nothing to be done for `unix'.
> 
> This happens even when I call "./configure --help"

This is correct and can be ignored.


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to