This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ada gnat import library missing ?


On 31/10/2017 00:17, JonY wrote:
On 10/30/2017 02:14 PM, Marco Atzeri wrote:
On 30/10/2017 10:54, JonY wrote:
On 10/28/2017 02:37 PM, Marco Atzeri wrote:


That's what the ADA Makefile is doing during the build. What does that
error mean in win32 terms? can you run it under cmd with the appropriate
PATHs?

error 193.
The program has very basic dependency

$ cygcheck ./hello.exe |grep -v "     "
E:\cygwin64\tmp\ada\hello.exe
  E:\cygwin64\bin\cygwin1.dll
    C:\Windows\system32\KERNEL32.dll
  E:\cygwin64\bin\cyggcc_s-seh-1.dll
  E:\cygwin64\bin\cyggnat-6.dll
    C:\Windows\system32\ADVAPI32.dll
    C:\Windows\system32\WS2_32.dll


Can you also post your hello world example setup? I don't know much
about ADA.

I know less, but used

https://gcc.gnu.org/onlinedocs/gnat_ugn/Running-a-Simple-Ada-Program.html

 gcc -c hello.adb
 gnatbind -v -shared hello
 gnatlink -v -shared hello


-2 with the appropriate import libraries should be coming along by the
end of the week if all goes well.

thanks

Alan will appreciate
https://public.kitware.com/pipermail/cmake/2017-October/066468.html

Regards
Marco

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]