Menu

#6 issue happened in "sudo make all install"

2.0
new
nobody
None
2019-04-03
2019-04-02
Fu Guo
No

Hi there,

I am attempting to install OSRA for Ubuntu and it seems as though the install is failing. I already verify that pgm2asc.h and pgm2asc.a. Howver, in final step when I try to "sudo make all install" I meet the error shows in photo, can I get a suggestion about how to deal with it? (In photo it is old vision but I meet this in newest version )

Discussion

  • Igor

    Igor - 2019-04-02

    From the few lines visible in your screenshot it looks like you are trying to compile libosra.so is that correct?
    This is not a common scenario, most people are using the command line executable osra.

     
    • Fu Guo

      Fu Guo - 2019-04-02
      Post awaiting moderation.
  • Igor

    Igor - 2019-04-03

    I asked if you are compiling libosra or osra binary.
    If you are building libosra.so you will probably need the other libraries as shared objects.
    It looks like it was able to build static libosra.a.
    If that is what you are looking for, fine. Most people do not need libosra to be built.

     
  • Fu Guo

    Fu Guo - 2019-04-03

    Oh so I need not use "./configure --enable-lib" in the begining right? Maybe type "./configure"? I'm so sorry I didn't understand the meaning of "compiling libosra.so" before.... I followed a website to build it and he used "./configure --enable-lib". I'm a new user of linux and I'm still learning about it...

     
  • Igor

    Igor - 2019-04-03

    That's correct, do not use --enable-lib unless you need to build libosra.
    What website you were following?
    The build process is described in the README and also here:
    https://sourceforge.net/p/osra/wiki/Compilation/

     
    • Fu Guo

      Fu Guo - 2019-04-03

      The website is "https://blog.csdn.net/SiYueDePuTaoShu/article/details/80722853", a Chinese website which included the image and details. However in final step he built the libosra without mention. Thank you for your suggestion, it helps me a lot :)

       

Log in to post a comment.