Issue 85976 - build fails in lpsolve
Summary: build fails in lpsolve
Status: CONFIRMED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: Sun Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-09 23:50 UTC by sparcmoz
Modified: 2017-05-20 11:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description sparcmoz 2008-02-09 23:50:58 UTC
SRC680_m246: module lpsolve

the build fails for GNU/Linux SPARC because file ccc contains -fpic compiler
option, where -fPIC is needed. This happens because the module ignores the
PICSWITCH which is set in solenv/inc/unxlngs.pro

A possible solution is to patch a new ccc file similar as for ccc.osx

A further complication is the file so_built_lpsolve was created too soon by this
command:

cd ./unxlngs.pro/misc/build/lp_solve_5.5/lpsolve55 && sh ccc  && touch
/home/jim/vanilla/lpsolve/./unxlngs.pro/misc/build/so_built_lpsolve
Comment 1 Marcus 2017-05-20 11:35:19 UTC
Reset assigne to the default "issues@openoffice.apache.org".