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 9089387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T22:08:17+00:00 2026-06-16T22:08:17+00:00

I have installed GCC 4.7.2 and GMP 5.1.0 and I’ve written this simple code

  • 0

I have installed GCC 4.7.2 and GMP 5.1.0 and I’ve written this simple code in main.cpp locate at ~/Desktop:

#include <iostream>
#include <gmp.h>

using namespace std;

int main ()
{
    mpz_t a;

    mpz_init(a);

    mpz_set_ui(a, 42);

    cout << "Hello, world!" << endl;
}

I compile it with:

$ g++ main.cpp -o exe

but I get this error message:

Undefined symbols for architecture x86_64:
  "___gmpz_init", referenced from:
      _main in ccC0FXun.o
  "___gmpz_set_ui", referenced from:
      _main in ccC0FXun.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status

I think it’s because it doesn’t find the GMP library, am I right?

So how can I link an external library such as GMP in GCC?

  • 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-06-16T22:08:17+00:00Added an answer on June 16, 2026 at 10:08 pm

    Your program works fine for me here using:

    g++ main.cpp -o exe -lgmp
    

    Check the GCC documentation for a description of the -l flag.

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

Sidebar

Related Questions

I have installed the gcc compiler from this sudo apt-get install build-essential command and
I currently have the gcc4.7 and the gcc4.7-base, etc., packages installed but GCC seems
I'm having a seemingly silly problem with my gcc compiler. I have installed MinGW
I have installed ActivePython 2.7 on Mac OS X 10.5. The main reason for
I have a Kubuntu 11.10 system with Eclipse-CDT Indigo. gcc-4.6 was installed along with
How do I compile my C++ programs in Cygwin. I have gcc installed. What
I have successfully built and installed gcc 4.6.1 on my OS X box, but
I have installed GCC-10.7-v2.pkg found at https://github.com/kennethreitz/osx-gcc-installer/downloads And I have removed Xcode completely following
I have installed mingW to use gcc, platform windows 7. I am trying to
In my box we have GCC 4.1.2 installed as root user but to compile

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.