[ 
https://issues.apache.org/jira/browse/THRIFT-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639209#comment-16639209
 ] 

ASF GitHub Bot commented on THRIFT-3863:
----------------------------------------

jfarrell closed pull request #1603: THRIFT-3863: fix automake lua library list 
dependency ordering
URL: https://github.com/apache/thrift/pull/1603
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/lib/lua/Makefile.am b/lib/lua/Makefile.am
index 3dfc27c86b..5b0f17a357 100644
--- a/lib/lua/Makefile.am
+++ b/lib/lua/Makefile.am
@@ -23,9 +23,9 @@ SUBDIRS = .
 
 lib_LTLIBRARIES = \
                        libluasocket.la \
+                       liblualongnumber.la \
                        libluabpack.la \
-                       libluabitwise.la \
-                       liblualongnumber.la
+                       libluabitwise.la
 
 libluasocket_la_SOURCES = \
                        src/luasocket.c \


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Can't "make install" Lua Library
> --------------------------------
>
>                 Key: THRIFT-3863
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3863
>             Project: Thrift
>          Issue Type: Bug
>          Components: Lua - Library
>    Affects Versions: 0.9.3, 0.10.0
>         Environment: OS X 10.11.3, ubuntu-artful docker image
>            Reporter: Hel Soule
>            Assignee: James E. King III
>            Priority: Minor
>             Fix For: 0.12.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I'm coming to Apache Thrift with a background in mobile development and Torch 
> CNNs so I apologize beforehand if this is a dumb question but I cannot build 
> the Lua library. 
> In /lib/lua, when I try 
> sudo make install
> I get the following error that 
> /usr/bin/ld: cannot find -llualongnumber 
> I know that this error is because LD cannot find a .a or .so files, and I 
> know that we are generating .la files in the makefile so I am confused about 
> how to resolve this linkage issue. Any help would be appreciated. Thank you!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to