On Feb 22, 2017, at 17:46, Patrick <[email protected]> wrote:

> The problem is I cannot seem to get "rdlibrary" to compile with static 
> libraries. When I look at "rdlibrary" after compiling
> it looks like this:
> 
> #! /bin/sh
> 
> # rdlibrary - temporary wrapper script for .libs/rdlibrary
> # Generated by libtool (GNU libtool) 2.4.2
> #
> # The rdlibrary program cannot be directly executed until all the libtool
> # libraries that it depends on are installed.
> #
> # This wrapper script should never be moved out of the build directory.
> # If it is, it will not operate correctly.

Ah.  That’s a quirk of libtool.  Try looking in the ‘rdlibrary/.libs/’.

Libtool substitutes a script in the ‘rdlibrary/‘ directory so it can be clever 
and allow things like running the compiled program ‘in place’ without having to 
‘install’ it first.

Cheers!


|----------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |              Chief Developer             |
|                           |              Paravel Systems             |
|----------------------------------------------------------------------|
|          A room without books is like a body without a soul.         |
|                                         -- Cicero                    |
|----------------------------------------------------------------------|
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to