[omniORB] Newbie: Compiling problems omniORB-4.0.5 using Cygwin, WinXP, MS VC7.0

Duncan Grisby duncan at grisby.org
Wed Feb 16 08:57:10 GMT 2005


On Wednesday 16 February, Roland Goecke wrote:

[...]
> link -out:omnicpp.exe -nologo -DEBUG -PDB:omnicpp.exe.pdb
> -libpath:..\..\..\..\..\lib\x86_win32 cexp.o cccp.o config.o alloca.o
> index.o
> link: too many arguments
> Try `link --help' for more information.

You have something called link on your path that isn't the MSVC++ link
command. Most likely a GNU tool because it's telling you to run link
--help. Rearrange your path to put the MSVC++ binaries first.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list