Menu

Compiling on Solaris

Help
Pablo
2005-02-16
2013-03-07
  • Pablo

    Pablo - 2005-02-16

    Hello.

    I'm having some difficulties trying to compile the driver in Solaris 9. Please, help me.

    The following message appears:

    > ld: fatal: file odbcdriver.exp: unknown file type

    Thank you

     
    • Evgen Bendyak

      Evgen Bendyak - 2005-02-24

      Sory for long answer, but i doesn`t look hire for that moment.
      So solaris doesn`t support dynamic library entry discription files. So look inside Makefile in srs directory and find such line

      $(PROG_NAME): $(OBJECTS) odbcdriver.exp
          $(CPP) $(OBJECTS) -shared $(INCLUDED_LIBS) -Wl,-soname -Wl,libOraODBC.so.1 -Wl,-retain-symbols-file -Wl,odbcdriver.exp -o $(PROG_NAME) 

      change it on $(PROG_NAME): $(OBJECTS)
          $(CPP) $(OBJECTS) -shared $(INCLUDED_LIBS) -o $(PROG_NAME)

      and all must be right.

      Best regards.

       
    • Evgen Bendyak

      Evgen Bendyak - 2005-02-24

      Also doesn`t forget to download lastest version 0.23.6. It corect some critical error in auto commit operation

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.