> I am currently trying to compile the magicolor 2430DL drivers from 
> konica minolta, but get stuck:
> 
> 
> make
> Compiling rastertokmlf.c...
> Compiling bmp.c...
> make: don't know how to make /usr/lib/liblcms.a. Stop
> 
> Can anyone give me any pointers on this issue?
> 

Download the littlecms package from here: 
http://www.littlecms.com/downloads.htm

And then, after unpacking the tarball, type:

cd lcms-1.14 
./configure
make ; make check ; make install

That would install the library on /usr/local/lib
You could use --prefix on configure to install in /usr/lib, but then you may 
need root privileges (or to be included in sudoers list)

./configure --prefix /usr
make ; make check
sudo make install

Hope this helps
Marti.





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Lcms-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to