- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
xilib.exe -qipo -lib -OUT:lib\\ecc_private.lib obj\\ecc_common.obj obj\\ecc_sign.obj obj\\int128.obj obj\\mstdlib.obj obj\\random.obj obj\\base64m.obj obj\\primeec.obj obj\\primefld.obj obj\\sha1.o
bj obj\\sha512.obj obj\\win32_rtos.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\175445_ipo\\ecc_common.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\175447_ipo\\ecc_sign.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\175449_ipo\\int128.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754411_ipo\\mstdlib.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754413_ipo\\random.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754415_ipo\\base64m.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754417_ipo\\primeec.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754419_ipo\\primefld.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754421_ipo\\sha1.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754423_ipo\\sha512.obj
ipo: remark #11006: generating object file C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754425_ipo\\win32_rtos.obj
xilib: executing 'lib'
Microsoft Library Manager Version 7.00.9466
Copyright (C) Microsoft Corporation. All rights reserved.
-OUT:lib\\ecc_private.lib
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\175445_ipo\\ecc_common.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\175447_ipo\\ecc_sign.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\175449_ipo\\int128.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754411_ipo\\mstdlib.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754413_ipo\\random.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754415_ipo\\base64m.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754417_ipo\\primeec.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754419_ipo\\primefld.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754421_ipo\\sha1.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754423_ipo\\sha512.obj
C:\\DOCUME~1\\jerome\\LOCALS~1\\Temp\\1754425_ipo\\win32_rtos.obj
LIB : fatal error LNK1104: cannot open file '-OUT:lib\\ecc_private.lib'
As you can see the command line has some extra garbage in front.
The exact version is as follow:
Intel Compiler linker driver for applications running on IA-32, Version 12.0.2.154 Build 20110112
Copyright (C) 1985-2011 Intel Corporation. All rights reserved.
Also, this problem doesn't exists with ICL v11.0.
Regards,
Jerome
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think there is problem in the command line. I can run xilink without any issue.
c:\>xilink /OUT:Intel12BugPlugin.dll /DLL "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" Plugin.obj
xilink: executing 'link'
Microsoft Incremental Linker Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
/OUT:Intel12BugPlugin.dll
/DLL
kernel32.lib
user32.lib
gdi32.lib
winspool.lib
comdlg32.lib
advapi32.lib
shell32.lib
ole32.lib
oleaut32.lib
uuid.lib
odbc32.lib
odbccp32.lib
ipo_48085obj.obj
Creating library Intel12BugPlugin.lib and object Intel12BugPlugin.exp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also, a command line issue would be doubtfull... the same work with v11.0 without any problem or changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried xilib. It seems to work.
c:\>xilib -lib /OUT:plugin.lib Plugin.obj Caller.obj
xilib: executing 'lib'
Microsoft Library Manager Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All rights reserved.
/OUT:plugin.lib
C:\Users\opsachan\AppData\Local\Temp\64365_ipo\Plugin.obj
C:\Users\opsachan\AppData\Local\Temp\64367_ipo\Caller.obj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry for the inconvenience, I guess it was a config issue of some sort (weird).
Thanks,
Jerome
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page