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

  • Home
  • SEARCH
  • 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 678569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:09:51+00:00 2026-05-14T01:09:51+00:00

In a C project, I have a main() function in several files. When I

  • 0

In a C project, I have a main() function in several files. When I compile I thus have an error “multiple declarations of main”. Is it possible to choose in the Makefile which one of those main() functions should be used to compile ? (the other ones would then be ignored…)

  • 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-14T01:09:51+00:00Added an answer on May 14, 2026 at 1:09 am

    You could hide them using the pre-processor:

    In file1.c:

    #if defined FILE1_MAIN
    int main(void)
    {
      printf("Running main() in file1.c");
      return 0;
    }
    #endif
    

    This can be repeated as necessary in any number of C files.

    Then have logic in the Makefile that passes the proper -D option to the compiler, i.e. -DFILE1_MAIN to include the main() from file1, -DFILE2_MAIN to get file2.c’s, and so on.

    This technique can also be useful when implementing e.g. library modules, to include an optional main() for testing in a single C file.

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

Sidebar

Related Questions

I have a project consisting of two files, main.c and logoff.c. When I try
I have a web project that I developed where one of the main functions
I am learning how to use NUnit. I have my main project in it's
When I have one app.config in my main project I always have to duplicate
I have a maven project with the following packages (for illustration only): Root: src/main/java
Suppose I have the following directory layout in a Maven project: src/ |-- main
I used to have a Tests folders in my main project where a unit
Most of our Eclipse projects have multiple source folders, for example: src/main/java src/test/java When
Presently, we've got several main projects each in their own repository. We will have
I have just branched our Common Business Layer projects from the main to a

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.