SV: [sldev] SV: Missing cares, apr in Mac build

Bill Hoffman bill.hoffman at kitware.com
Sat Jul 19 04:30:41 PDT 2008


Suzhanna Rossini wrote:

> Compiling...
> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.6030 for 80x86
> Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
> cl /Od /D "WIN32" /D "_WINDOWS" /D "_DEBUG" /D "CMAKE_INTDIR=\"Debug\"" /D
> "_MBCS" /FD /RTCs /MDd /GS /Fo"cmTryCompileExec.dir\Debug\\"
> /Fd"C:/SLDev/linden/indra/build-VS2003/CMakeFiles/CMakeTmp/Debug/cmTryCompil
> eExec.pdb" /W3 /c /Zi /TC   /Zm1000
>    ".\testCCompiler.c"
> testCCompiler.c
> Linking...
> link: missing operand after
> `@c:\\SLDev\\linden\\indra\\build-VS2003\\CMakeFiles\\CMakeTmp\\cmTryCompile
> Exec.dir\\Debug\\RSP000002.rsp'
> Try `link --help' for more information.
> cmTryCompileExec : error PRJ0002 : error result returned from 'link.exe'.
>
You have link.exe from cygwin in your path.  It is not a linker, but 
rather creates symbolic links.   I usually remove this file from my 
cygwin bin directory or rename it to linkcygwin.exe

-Bill


More information about the SLDev mailing list