I'm trying to make a cross-compiling tool-chain for avr. As the libiberty.a static lib is build by the tools that need it, I decided to just delete it and don't install it at all.
InstallScript: << make install DESTDIR=%d rm -f %i/lib/libiberty.a <<
That's fine. Now I did run into the trouble that with binutils and gcc do install into /sw/TARGET which is not ok reading the fink filesystem docu.
So far I'm trying to move everything from /sw/avr/ into /sw/share/avr A similiar option would be to use /sw/lib/avr
Did you solve this (differently) ?
Right now, I have problems compiling a library for avr (the avr-libc)
Cheers, Matthias Ringwald
I was trying to make a cross-compiling tool-chain (powerpc-apple-darwin7.2.0 => powerpc-unknown-linux-gnu) and I discovered that binutils, gcc, and ddd (Max Horn's package) all attempt to install /sw/lib/libiberty.a....
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel