Hi! Later this weekend I plan to fix the problem with scale_float on x86 reported by Michael Miller and then release CLN 1.3.2 in a couple of days. Could someone please check whether the problems on MSVC have been sorted out in current master HEAD? They should, after a recent commit, but I cannot test it. -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
Hi,
Could someone please check whether the problems on MSVC have been sorted out in current master HEAD? They should, after a recent commit, but I cannot test it. sorry to ask, but how do I download the current master HEAD? I have git installed now. After that I can look at the MSVC stuff.
Jan
Hi! On 04/09/2011 10:53 AM, Jan wrote:
sorry to ask, but how do I download the current master HEAD? I have git installed now. After that I can look at the MSVC stuff.
git clone git://www.ginac.de/cln.git -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
Hello,
Could someone please check whether the problems on MSVC have been sorted out in current master HEAD?
everything is fine for MSVC and the tests pass successfully. There is only one issue with the generated Makefile which has nothing to do with CLN in particular (handling of assembler files by libtool). Thanks for integrating MSVC support. Jan
Hello Jan, * Jan wrote on Sun, Apr 10, 2011 at 05:34:29AM CEST:
Could someone please check whether the problems on MSVC have been sorted out in current master HEAD?
everything is fine for MSVC and the tests pass successfully. There is only one issue with the generated Makefile which has nothing to do with CLN in particular (handling of assembler files by libtool).
Can you go into detail, please, preferably on the bug-libtool at gnu.org list, so we can fix this upstream? Thanks, Ralf
Can you go into detail, please, preferably on the bug-libtool at gnu.org list, so we can fix this upstream?
Hello, the current CLN distribution mentions some assembler files in Makefile.am, e.g. cl_asm.S cl_asm_GF2.S When compiling CLN with MSVC, this produces the error cl : Command line warning D9024 : unrecognized source file type 'base/digitseq/cl_asm.S', object file assumed cl : Command line warning D9027 : source file 'base/digitseq/cl_asm.S' ignored cl : Command line warning D9021 : no action performed In other words, renaming the file to have a known extension (e.g. .cc) would solve the issue. Of course, there are two places to do this a) in the CLN sources b) have libtool change the file name when working with MSVC ----------- commands ----------- ./configure CC=cl CXX=cl CCAS=cl LD=link MANIFEST_TOOL=mt CPPFLAGS="-DNO_ASM -EHsc" --host=i586-mingw32msvc Jan
On 04/14/2011 02:52 PM, Jan wrote:
the current CLN distribution mentions some assembler files in Makefile.am, e.g.
cl_asm.S cl_asm_GF2.S
When compiling CLN with MSVC, this produces the error
cl : Command line warning D9024 : unrecognized source file type 'base/digitseq/cl_asm.S', object file assumed cl : Command line warning D9027 : source file 'base/digitseq/cl_asm.S' ignored cl : Command line warning D9021 : no action performed
In other words, renaming the file to have a known extension (e.g. .cc) would solve the issue. Of course, there are two places to do this a) in the CLN sources b) have libtool change the file name when working with MSVC
----------- commands ----------- ./configure CC=cl CXX=cl CCAS=cl LD=link MANIFEST_TOOL=mt CPPFLAGS="-DNO_ASM -EHsc" --host=i586-mingw32msvc
If somebody is working on a patch for this, please let me know. Otherwise, I'll make a release next weekened. -richy. -- Richard B. Kreckel <http://www.ginac.de/~kreckel/>
participants (3)
-
Jan
-
Ralf Wildenhues
-
Richard B. Kreckel