Forum Discussion
IMS
New Contributor
5 years agoHi,
this file uses an outdatet gcc3 function "conv".
I changed the code from:
conv -D $fake_copier ;
To:
iconv -c -s $fake_copier ;
Now it will use a function from gcc4 and should work well for your purpose.