[Bug 7886] New: link.exe process fail with non native MSVCRT

Wine Bugs wine-bugs at winehq.org
Wed Mar 28 09:49:37 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7886

           Summary: link.exe process fail with non native MSVCRT
           Product: Wine
           Version: 0.9.31.
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-msvcrt
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: picca at synchrotron-soleil.fr


Hello

When linking my program with VC++6 the error message is
link /nologo /OUT:release\win32\test\test.exe "/LIBPATH:C:\Documents and
Settings\picca\Bureau\cppunit-1.10.2\lib" /LIBPATH:release\win32\src
/LIBPATH:src cppunit.lib hkl.lib release\win32\test\svecmat_test.obj
release\win32\test\quaternion_test.obj release\win32\test\mystring_test.obj
release\win32\test\object_test.obj release\win32\test\value_test.obj
release\win32\test\range_test.obj release\win32\test\parameter_test.obj
release\win32\test\axe_test.obj release\win32\test\hklobject_test.obj
release\win32\test\source_test.obj release\win32\test\fitparameter_test.obj
release\win32\test\lattice_test.obj release\win32\test\geometry_test.obj
release\win32\test\geometry_twoC_test.obj
release\win32\test\geometry_eulerian4C_test.obj
release\win32\test\geometry_eulerian6C_test.obj
release\win32\test\geometry_kappa4C_test.obj
release\win32\test\geometry_kappa6C_test.obj
release\win32\test\reflection_test.obj
release\win32\test\reflectionlist_test.obj release\win32\test\sample_test.obj
release\win32\test\samplelist_test.obj
release\win32\test\affinement_simplex_test.obj
release\win32\test\pseudoaxe_twoC_test.obj
release\win32\test\pseudoaxe_eulerian4C_test.obj
release\win32\test\pseudoaxe_kappa4C_test.obj
release\win32\test\pseudoaxe_eulerian6C_test.obj
release\win32\test\pseudoaxe_kappa6C_test.obj
release\win32\test\mode_twoC_test.obj
release\win32\test\mode_eulerian4C_test.obj
release\win32\test\mode_kappa4C_test.obj
release\win32\test\mode_kappa6C_test.obj
release\win32\test\diffractometer_twoC_test.obj
release\win32\test\diffractometer_eulerian4C_test.obj
release\win32\test\diffractometer_kappa4C_test.obj
release\win32\test\diffractometer_kappa6C_test.obj release\win32\test\main.obj
libGL warning: 3D driver claims to not support visual 0x5b
LINK :libGL warning: 3D driver claims to not support visual 0x5b
 fatal error LNK1181: cannot open input file "cppunit.lib"

but if I use the native MSVCRT.DLL no more problem. The "cppunit.lib" is at the
right place. (I compiled the "cppunit.lib" on a real windows machine using VC++6)

How can I help solving this issue ?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list