Operating System - HP-UX
1753338 Members
4795 Online
108792 Solutions
New Discussion юеВ

Re: Compiling and Installing GNU libtool 1.5.20

 
GBR
Regular Advisor

Compiling and Installing GNU libtool 1.5.20

I'm executing a 'gmake check' on the GNU libtool 1.5.20. I'm receiving the error:

FAIL: link-order.test

If anyone has come across this error when running this testing suite and knows how to resolve the issue please let me know.

(HP-UX 11.0, PA 1.1, 32 bit)

GBR
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: Compiling and Installing GNU libtool 1.5.20

Shalom,

Things to check:
1) gnu compiler version
2) SHLIB_PATH and PATH variables
3) Compatability of the source code with the OS.
4) Readme & Troubleshooting files.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
A. Clay Stephenson
Acclaimed Contributor

Re: Compiling and Installing GNU libtool 1.5.20

Normally this simply means that you must change the order in which the libraries are listed in the ld command. The order is inportant because the linker will make one pass through the libraries. I assume that you have installed all the build-time dependencies. You should note that there is a later version of this library available.

If it ain't broke, I can fix that.
GBR
Regular Advisor

Re: Compiling and Installing GNU libtool 1.5.20

Any idea on how to find what the current order is?
A. Clay Stephenson
Acclaimed Contributor

Re: Compiling and Installing GNU libtool 1.5.20

The make file specifies them.
If it ain't broke, I can fix that.
GBR
Regular Advisor

Re: Compiling and Installing GNU libtool 1.5.20

I'm having a hard time finding the ld command in the makefile and order in which the libraries are processed.

I have all the dependancies installed.

Any more help will be appreciated.

GBR
GBR
Regular Advisor

Re: Compiling and Installing GNU libtool 1.5.20

Closed.