I posted a question a couple of days ago regarding installing the GNATCOLL library on CentOS 8, which was kindly answered. I have now attempted to install the gnatcoll postgres library, which I was hoping would be the same process. However, when I attempt this, I receive the following error: Any help as to why this is happening would be
Tag: ada
Ada program works in Linux but not in GPS Windows 10
Thanks in advance for any help. I am currently doing some beginner work on ada programming and I have installed GNAT Programming Studio (GPS) from http://libre.adacore.com/download/configurations# I have Windows 10 64-bits. I was given the following code at school: I opened the file in GPS, built it (no errors) and ran it but it doesn’t show any printed output. I
Cannot get mixed C and Ada program to link with pthread library
I am writing a program in C. I am getting the error: This specific error comes up when gcc is linking my file_name.o with my main ADA file. For the actual compilation of the C file, I have tried using both: as well as: Neither of these seem to work. Any thoughts? UPDATE: One thing I did not realize is