List Info

Thread: ACLiC warning




ACLiC warning
user name
2006-09-05 20:32:36
Greetings,
 
I installed Visual Studio .NET 2003, then I instaled ROOT (.Net version).  Added those lib and include diretories in the environmental variables.
 
Tried to ".L clib.cxx+", it reported the following warnings:
 
>
>Info in <TWinNTSystem::ACLiC>: creating shared library e:\coding\root\clib\clib_cxx.dll
>22656130_cint.cxx
>s2eo_.cxx
>s2eo_.obj : warning LNK4044: unrecognized option "alternatename:__imp_??$?6U?$char_traitsD stdst
>YAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU">dYAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU ?
>Dstd0AAV10PBDZ">$char_traitsDstd0AAV10PBDZ"; ignored
&nbsp;>&nbsp; Creating library e:\coding\root\clib\clib_cxx.lib and object e:\coding\root\clib\clib_cxx.exp
>s2eo_.obj : warning LNK4044: unrecognized option "alternatename:__imp_??$?6U?$char_traitsDstdst
>YAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU"> dYAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU?
>Dstd0AAV10PBDZ">$char_traitsDstd0AAV10PBDZ"; ignored
>
&nbsp;
But it seems the clib_cxx.dll can be loaded with no problem.&nbsp; I appreciate your suggestions if this indicates a problem on my system configuration.
&nbsp;
Thanks,
 
Weijun
 
&nbsp;
&nbsp;
ACLiC warning
user name
2006-09-06 05:00:20
I cannot reproduce this problem.
Which version did you install? 5.12, 5.13 ?
Did you install from source or take the binaries?

Rene Brun

Weijun Guo wrote:
> Greetings,
>  
> I installed Visual Studio .NET 2003, then I instaled
ROOT (.Net 
> version).  Added those lib and include diretories in
the environmental 
> variables.
>  
> Tried to ".L clib.cxx+", it reported the
following warnings:
>  
> >
> >Info in <TWinNTSystem::ACLiC>: creating
shared library 
> e:\coding\root\clib\clib_cxx.dll
> >22656130_cint.cxx
> >s2eo_.cxx
> >s2eo_.obj : warning LNK4044: unrecognized option 
> "alternatename:__imp_??$?6U?$char_traitsD stdst
> >dYAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU 
> <mailto:dYAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU>?
> >$char_traitsDstd0AAV10PBDZ 
> <mailto:$char_traitsDstd0AAV10PBDZ>"; ignored
>  >  Creating library
e:\coding\root\clib\clib_cxx.lib and object 
> e:\coding\root\clib\clib_cxx.exp
> >s2eo_.obj : warning LNK4044: unrecognized option 
> "alternatename:__imp_??$?6U?$char_traitsDstdst
> > 
> dYAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU 
> <mailto:dYAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU>?
> >$char_traitsDstd0AAV10PBDZ 
> <mailto:$char_traitsDstd0AAV10PBDZ>"; ignored
> >
>  
> But it seems the clib_cxx.dll can be loaded with no
problem.  I 
> appreciate your suggestions if this indicates a problem
on my system 
> configuration.
>  
> Thanks,
>  
> Weijun
>  
>  
>  
>
------------------------------------------------------------
------------
>
> #include "clib.h"
>
> void printstr()
> {
>     cout << "clib: test for compiling a DLL
with makecint for pure c code..." << endl;
> }
>   
>
------------------------------------------------------------
------------
>
> #include <iostream>
>
> void printstr();
>   

ACLiC warning
user name
2006-09-06 23:34:56
Hi, Rene,
&nbsp;
I installed root with "root_v5.12.00.win32gdk.msi".&nbsp; My Visual Studio .Net 2003 is 7.1.3088.
 
Include variable:&nbsp; C:\VSNET03\Vc7\include;C:\VSNET03\Vc\PlatformSDK\Include;c:\VSNET03\SDK\v1.1\include\;C:\root\include\;
&nbsp;
Lib variable:
C:\VSNET03\Vc7\lib;C:\VSNET03\Vc7\PlatformSDK\Lib;c:\VSNET03\SDK\v1.1\Lib\;C:\root\lib\;
 
Path variable:
C:\root\bin;C:\VSNET03\Vc7\bin;C:\VSNET03\Common7\IDE\;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;C:\Cygwin\bin;C:\Cygwin\usr\X11R6\bin
 
ROOTSYS:&nbsp; C:\root\
 
Thanks,
&nbsp;
Weijun


&nbsp;
On 9/6/06, Rene Brun <cern.ch">Rene.Bruncern.ch&gt; wrote:
I cannot reproduce this problem.
Which version did you install? 5.12, 5.13 ?
Did you install from source or take the binaries?

Rene Brun

Weijun Guo wrote:
>; Greetings,
>
> I installed Visual Studio .NET 2003, then I instaled ROOT (.Net
> version).&nbsp; Added those lib and include diretories in the environmental
> variables.
>
> Tried to ".L clib.cxx+&quot;, it reported the following warnings:
>
> >
> >Info in <TWinNTSystem::ACLiC>: creating shared library
&gt; e:\coding\root\clib\clib_cxx.dll
> >22656130_cint.cxx
> >s2eo_.cxx
> >s2eo_.obj : warning LNK4044: unrecognized option
>; "alternatename:__imp_??$?6U?$char_traitsD stdst
> >dYAAAV?$basic_ostreamDU?$char_traits Dstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU
> <mailto:">dYAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU>?
&gt; >$char_traits Dstd0AAV10PBDZ
> <mailto:$char_traitsDstd0AAV10PBDZ>";; ignored
&gt; &nbsp;>&nbsp; Creating library e:\coding\root\clib\clib_cxx.lib and object
>; e:\coding\root\clib\clib_cxx.exp
> >s2eo_.obj : warning LNK4044: unrecognized option
&gt; "alternatename:__imp_??$?6U?$char_traitsDstdst
> >
> dYAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU
> <mailto:"> dYAAAV?$basic_ostreamDU?$char_traitsDstd0AAV10PBDZ=__imp_??6stdYAAAV?$basic_ostreamDU>?
&gt; >$char_traitsDstd0AAV10PBDZ
> <mailto:$char_traitsDstd0AAV10PBDZ>";; ignored
&gt; >
>
> But it seems the clib_cxx.dll can be loaded with no problem.&nbsp; I
> appreciate your suggestions if this indicates a problem on my system
>; configuration.
>
&gt; Thanks,
&gt;
> Weijun
>;
>
>
> ------------------------------------------------------------------------
>;
> #include "clib.h"
&gt;
> void printstr()
> {
>&nbsp; &nbsp;  cout << "clib: test for compiling a DLL with makecint for pure c code...&quot; << endl;
>; }
>
>; ------------------------------------------------------------------------
>;
> #include <iostream>
>
> void printstr();
>


[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )