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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:56:12+00:00 2026-06-07T07:56:12+00:00

I am trying to link a static library that I created, but I get

  • 0

I am trying to link a static library that I created, but I get this error.

libmine.a: could not read symbols: Archive has no index; run ranlib to add one

I tried to do ranlib libmine.a but nothing changed, it still gives the same error. How can I solve this problem?

  • 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-07T07:56:14+00:00Added an answer on June 7, 2026 at 7:56 am

    To see the symbols in an archive, use nm.

    nm -s libmine.a
    

    <output>

    The entry points to the subroutines should be labled “T” as in

    00000000 T _sub1
    00000019 T _sub2
    

    What switches did you use in “ar” to make the static library? I usually use “ar -r” as in

    ar -r libmine.a mine.o yours.o
    

    If you are still having problems, add the “-s” option

    ar -s -r libmine.a mine.o yours.o
    

    Also, be sure that there are no other “libmine.a” files in the path, or make an explicit path to your “libmine.a”. It is possible the linker is picking up a different “libmine.a”.

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

Sidebar

Related Questions

I'm trying to create a simple static C++ library that I can link it
I'm trying to link to a static library, libcovis.a. Everything looks fine but I
I am trying to link a static library [1] into another static library [2]
I'm trying to link to a static library and I keep getting linker errors.
I'm trying to condtionally link in. .a static libraries by defines. Is this possible
gcc 4.5.1 Fedora 14 Linux I have this static library that was build from
Using MINGW, I'm trying to link my C code with a static C++ library
I'm trying to link a static library (.a) file with a .o file which
I have a static library that I have built with MinGW, I am trying
I'm trying to use SVG graphics in QIcons. I have a static library that

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.