alex1818 / serf

Automatically exported from code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

libiconv.la seems to be moved #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./buildconf --with-apr /mypath/to/apr --with-apr-util=/mypath/to/apr
2. ./configure
3. make

What is the expected output? What do you see instead?
I expect a clean compile. Instead I get a message indicating that 
libiconv.la seems to have moved. The location of the file listed in the 
message differs from the actual location of libconv.la.  Following this 
message is another message indicating "Incorrect usage". 

What version of the product are you using? On what operating system?
serf-0[1].2.0  OS = SCO Unix 3.2 v5.0.6

Please provide any additional information below.
I first got this error while attempting to compile svn-1.5.4 (with serf 
being included in its dependency package). I then tried compiling a 
standalone version of serf that I obtained from this website and got the 
same results. The make output is attached.

The actual loacation of libconv.la 
is: /var/opt/K/SCXO/Unix/5.0.6Ga/usr/local/lib

Original issue reported on code.google.com by tony.kr...@us.mcd.com on 25 Nov 2008 at 8:11

Attachments:

GoogleCodeExporter commented 9 years ago
I actually believe that this is a problem with your local libiconv packaging 
and not
serf.  The error emitted is by GNU libtool when the .la file is internally
inconsistent - that is the install path recorded in the .la doesn't match the 
actual
install path.  The fix here is something to do inside of iconv and not serf.

If there *is* something that can be done in serf, please reopen; but I don't 
believe
there is.

Original comment by justin.e...@gmail.com on 30 Dec 2008 at 7:44