Hello,
On Mar 31, 2011, at 14:15 , jons...@terra.es wrote:
> Some notices on compile for windows under Fedora 14

> 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?

Yes, a patch against  win32/installer_from_build.sh that detects the distro (or 
the used name for the compiler somehow more intelligently than if-then-else for 
distros) is most welcome.


> 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?
Probably not. But it is harmless IMO.

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

Reply via email to