Difference between revisions of "Talk:Compiling EiffelStudio"

Line 23: Line 23:
 
any ideas help ??
 
any ideas help ??
  
 +
 +
[[User:Patrickr|Patrickr]] 21:21, 13 April 2006 (CEST)
 
There seems to be a problem with the paths and the wrong link command is used. Try to change the order of the paths so that the linker from the microsoft compiler is found before the linker in the cygwin environment.
 
There seems to be a problem with the paths and the wrong link command is used. Try to change the order of the paths so that the linker from the microsoft compiler is found before the linker in the cygwin environment.

Revision as of 11:21, 13 April 2006

i installed everything acording to the howto here in the wiki

i have win2000 on my machine installed the 3 .net products acording to the win32 c compiler installation page installed eiffel studio 57 got everthyng from the svn compiled the libraries

when compiling the eiffel studio the following error occurs:


  big_file_C1_c.c
  1 Datei(en) kopiert.
  emain.c
  1 Datei(en) kopiert.
  /usr/bin/link: invalid option -- S
  Try `/usr/bin/link --help' for more information.
  NMAKE : fatal error U1077: 'D:\Programme\cygwin\bin\link.EXE' : return code '0x1'
  Stop.


the same error occurs when i try to compiel a eiffel project from the downloaded eiffel studio... any ideas help ??


Patrickr 21:21, 13 April 2006 (CEST) There seems to be a problem with the paths and the wrong link command is used. Try to change the order of the paths so that the linker from the microsoft compiler is found before the linker in the cygwin environment.