Some notices on compile for windows under Fedora 14

Using r5283 and install instructions from wiki:
http://www.opensc-project.org/opensc/wiki/WindowsInstaller

1- In file win32/installer_from_build.sh

Fedora mingw compiler uses a different name:
---------------------------------
# Ubuntu 10.10 (as wiki states)
# (cd ${build_dir}; CHOST=i586-mingw32msvc CBUILD=i686-pc-linux-gnu ./build)
# Fedora 14
(cd ${build_dir}; CHOST=i686-pc-mingw32 CBUILD=i686-pc-linux-gnu ./build)
--------------------------------------------

¿Is there any standard way to take care on mingw naming issues?

2- In building process an strip error found:
---------
i686-pc-mingw32-strip: unable to copy file 
'/home/jantonio/work/dnie/opendnie/opensc-opendnie/trunk/win32/build/image/opensc/lib/engines/gosteay32.dll';
 reason: Permission denied

Seems that openssl lib files are created with 0555 permissions, so cannot be 
stripped. ¿is this normal?

Continue testing....
Juan Antonio

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to