configure library package for --host architecture


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers configure library package for --host architecture
# 1  
Old 03-28-2019
configure library package for --host architecture

I am trying to decode "configure" script for "bluez" package as far as how are "configure" options for cross-compiling passed to libtoool or GCC to build C++ library.



As far as I can tell the "configure" triplet analysis (case) has no options to analyze anything with "linux" in it ,therefore I always end up with C++ library of --build on default architecture.
# 2  
Old 03-29-2019
Maybe you should post the configure script so we can take a look?
# 3  
Old 03-29-2019
"configure" script - how to post it here ??

I'll be happy to post it, but it is big -over 15000 lines

I need an advise on how to do it.
# 4  
Old 03-29-2019
./configure is a machine-generated script, your time might be better spent looking at the file used to generate it, usually configure.ac or configure.in. It will hopefully give you a better impression of the intent behind the script.
# 5  
Old 03-29-2019
PLEASE
no more educational posts.

Been there , done that.

And if the next post is in the format

" people are trying to help you and you do not appreciate it "

it is unnecessary too.


I have a (buggy ?) "configure" not doing the job and I need to know why.

Cheers
# 6  
Old 03-29-2019
Thead closed.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Global zone has an older version of package: pkg://Solaris/system/library

I try to install php-56 in a zone, but I have the following problem: pkg install php-56 Creating Plan (Running solver): \ pkg install: No solution was found to satisfy constraints maintained incorporations: None Creation Plan: dependency error (s) in proposed packages: Not... (0 Replies)
Discussion started by: ymk369
0 Replies

2. UNIX for Dummies Questions & Answers

Trying to configure DNS using BIND package in Oracle Linux 6.6

Version: Oracle Linux 6.6 I am trying to set up DNS for forward and reverse lookups. I am new to BIND package. I have installed the following packages. bind (includes DNS server, named) bind-utils (utilities for querying DNS servers about host information) bind-libs (libraries... (0 Replies)
Discussion started by: kraljic
0 Replies

3. Programming

Library/header path for ./configure

Hello, I am always confused about adding library path for ./configure when compiling software under Linux Debian based OS. For example the README of the software tells --with-boost=PATH specify directory for the boost header files --with-mpi=PATH specify prefix directory for... (4 Replies)
Discussion started by: yifangt
4 Replies

4. Programming

Help with share R library package issue

Hi, I just install a library package in R. However my friend (other users) don't have the right to use it :( They have the right to issue "R" at their terminal. However they can't execute and use whatever library package that I installed. We all share the same server. Is there any advice... (4 Replies)
Discussion started by: perl_beginner
4 Replies

5. Solaris

Add new EML 103e Tape Library in SUN Solaris Host to implement HP DP

Hi, Our environment is SUN Solaris. We have purchased HP EML 103e tape library. Can you please let me know do I need to install any Driver of newly added Tape Library to see from the Solaris Host? or how can i see the tape library from my Solaris hosts. Thanks, Hassan (0 Replies)
Discussion started by: M_Hassan
0 Replies

6. Solaris

How to configure the host to dhcp mode

I try a static ip assign mode while i installed the Solaris 10(U 8). But i can't access the internet, i try the ifconfig -a command and see my configuration is correct in the interface. So i want to get my ip using dhcp. I search from internet. They give me the suggestions. ifconfig interface... (1 Reply)
Discussion started by: papertiger
1 Replies

7. Linux

./configure problem for libsf library due to apparently missing libdb library.

Hello, ./configure script fails to configure libsf. Please check the following last few lines of configure script error. checking for db1/db.h... no checking for db.h... yes checking for dbopen in -ldb1... no configure: error: No libdb? No libsf. But find command shows the following; ... (4 Replies)
Discussion started by: vectrum
4 Replies

8. AIX

Configure one host against two ntp servers for redundancy

Dears all is it possible to have two NTP servers in one host ? how i can configure them . please advice (5 Replies)
Discussion started by: thecobra151
5 Replies

9. UNIX for Dummies Questions & Answers

How do I verify the integrity of a package? And how do I configure yum to add a site

How do I verify the integrity of a package? And how do I configure yum to add a site (3 Replies)
Discussion started by: 3junior
3 Replies

10. UNIX for Dummies Questions & Answers

configure script can't find a library

I installed libxml2 library from source and it installed itself in /usr/local/lib i added /usr/local/lib to ld.so.conf and ran a ldconfig ( as root ) then i tried to compile tablix-0.0.3 wich does require the installed version of libxml2 i ran ./configure ( as normal user ) and i get the... (2 Replies)
Discussion started by: progressdll
2 Replies
Login or Register to Ask a Question