Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7697017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:54:51+00:00 2026-05-31T21:54:51+00:00

I have compiled an Ada program on Ubuntu using GNAT. Afterwards, I tried a

  • 0

I have compiled an Ada program on Ubuntu using GNAT.

Afterwards, I tried a few test runs with that program and it worked properly.

But when I uploaded this to my Apache (UNIX) webserver and tried to run the program, there was no output. Why is this so?

Could it be that programs which have been compiled on Ubuntu don’t work on a UNIX server?

(Sorry for the stupid question!)

Linux version of the system I use for compiling (uname -a):

Linux ubuntu 3.0.0-12-generic #20-Ubuntu x86-64 GNU/Linux

Linux version of the system I want to run the program on later (uname -a):

Linux 2.6.37-he-xeon-64gb+1 i686 GNU/Linux

For compiling on the Ubuntu machine, I use:

gnatmake -O3 myprogram -bargs -static
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T21:54:52+00:00Added an answer on May 31, 2026 at 9:54 pm

    When you build a GNAT program (gnatmake my_program), by default it links against dynamic libraries (libgnat.so, libgnarl.so). These libraries are part of the GNAT system and are very unlikely to be available on your web server.

    If you say ldd my_program it will show you the shared libraries used.

    You can force the build to use the static GNAT libraries by saying

    gnatmake my_program -bargs -static
    

    (the -bargs -static must come after regular flags like -O2).

    Edit: more info on -bargs and friends.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a program that is written in Ada, and I need to compile
If I want to compile a program that is written in Ada, I have
Using the ndk I have compiled a code written in C. The program is
I have compiled a .NET application using Any CPU option. This .NET application uses
I have compiled the NTL inifite precision integer arithmetic library for c++, using Microsoft
I have compiled my application on Linux (Intel) machine using this command gcc –g
I have compiled this using Visual Studio 2010 compiler and it has compiler error
So, I was given an Ada 95 program, and the assembly code that the
I have compiled a library that I have created with MinGW into an existing
I have compiled SQLIte3 database engine from sqlite3.c with BCC 55 using the following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.