On Feb 6, 2008 2:51 AM, Aleksey Demakov <[EMAIL PROTECTED]> wrote:
> I try to build a library (glib to be specific) with a cross-toolchain
> that prepends underscore to C names. The problem is that the
> symbols the library has to export do not get exported.
>
By the way my problem looks just the
Hi all...
Could it be, that the autotest testsuite behaves badly if building
out-of-source? I'm getting a whole bunch of file not founds with
relative paths within the source dir. If yes, for now I will finish my
libtool port with building inside the source dir, so I manage to fugure
out which fai
Hi
Another one... The "run" scripts for the failed tests seem to miss some
quoting (for exmaple my preprocessor is -E, so i get:
testsuite: invalid option: -E...
Cheers, Markus
Duft Markus <> wrote:
> Hi all...
>
> Could it be, that the autotest testsuite behaves badly if building
> out-of-sou
Hi there (again :))!
I have a few patches for libtool in my queue again :)
* 1.5.24 -> all tests passed
* 1.5.26 -> all tests passed
* HEAD (2.1c) -> all classic tests passed, log for new testsuite
attached.
I hope this time they will make it into CVS :)
For HEAD, I'
Aleksey Demakov wrote:
> On Feb 6, 2008 2:51 AM, Aleksey Demakov <[EMAIL PROTECTED]> wrote:
>> I try to build a library (glib to be specific) with a cross-toolchain
>> that prepends underscore to C names. The problem is that the
>> symbols the library has to export do not get exported.
>>
>
> By t
On Wed, 6 Feb 2008, Gary V. Vaughan wrote:
With only one bug reported and fixed since Feb 1, either this is the
most spectacularly well engineered release in the history of libtool,
or else it is the least well tested release ever...
I did voice one minor complaint on another list (automake).
In trying to resolve a C++ issue within Open MPI we've run into an issue
with Libtool automatically linking in Cstd.
Because Sun Studio supports two different types of C++ STL libraries
(Cstl and stlport4) we needed to remove Open MPI's reliance on STL
functions so applications being compiled wi
In regard to: Sun Studio: STL libraries, Dan Lacher said (at 12:04pm on Feb...:
In trying to resolve a C++ issue within Open MPI we've run into an issue with
Libtool automatically linking in Cstd.
Because Sun Studio supports two different types of C++ STL libraries
(Cstl and stlport4) we needed
On Feb 6, 2008 9:18 PM, Peter O'Gorman <[EMAIL PROTECTED]> wrote:
> What is the host triplet for the system that you are building for?
>
Umm the canonical host name must be something like
bfin-unknown-linux.
> You need to set archive_expsym_cmds for that system to be similar to
> interix[[3-9]]*
On Wednesday 06 February 2008, Aleksey Demakov wrote:
> On Feb 6, 2008 9:18 PM, Peter O'Gorman <[EMAIL PROTECTED]> wrote:
> > What is the host triplet for the system that you are building for?
>
> Umm the canonical host name must be something like
> bfin-unknown-linux.
>
> > You need to set archive
Mike Frysinger wrote:
>
> Blackfin is not the only target that utilizes underscore prefixes. a more
> generic check (as noted in the previous thread you cited) would be to
> consider the define from gcc __USER_LABEL_PREFIX__.
> -mike
Hi Mike,
Feel free to send patches.
Peter
--
Peter O'Gorm
On Wednesday 06 February 2008, Peter O'Gorman wrote:
> Mike Frysinger wrote:
> > Blackfin is not the only target that utilizes underscore prefixes. a
> > more generic check (as noted in the previous thread you cited) would be
> > to consider the define from gcc __USER_LABEL_PREFIX__.
>
> Feel free
Mike Frysinger wrote:
> On Wednesday 06 February 2008, Peter O'Gorman wrote:
>> Mike Frysinger wrote:
>>> Blackfin is not the only target that utilizes underscore prefixes. a
>>> more generic check (as noted in the previous thread you cited) would be
>>> to consider the define from gcc __USER_LABE
Hi,
When building ImageMagick on Mac OS X, and installing with DESTDIR
Jochem Huhmann of the MacPorts project noticed that the wrapper scripts
were being installed, and the binaries not.
I expect on darwin that fast_install always be set to needless,
eliminating the need for relinking, however, w
On Feb 6, 2008 11:51 PM, Mike Frysinger <[EMAIL PROTECTED]> wrote:
>
> Blackfin is not the only target that utilizes underscore prefixes. a more
> generic check (as noted in the previous thread you cited) would be to
> consider the define from gcc __USER_LABEL_PREFIX__.
> -mike
>
Please take a lo
Peter O'Gorman wrote:
> Hi,
>
> When building ImageMagick on Mac OS X, and installing with DESTDIR
> Jochem Huhmann of the MacPorts project noticed that the wrapper scripts
> were being installed, and the binaries not.
>
> I expect on darwin that fast_install always be set to needless,
> eliminat
"Gary V. Vaughan" <[EMAIL PROTECTED]> writes:
> On 1 Feb 2008, at 01:06, Gary V. Vaughan wrote:
>> The Libtool Team is pleased to announce alpha release 2.1b of GNU
>> Libtool.
>
>
> With only one bug reported and fixed since Feb 1, either this is the
> most spectacularly well engineered release i
* Aleksey Demakov wrote on Wed, Feb 06, 2008 at 08:01:42PM CET:
> On Feb 6, 2008 11:51 PM, Mike Frysinger <[EMAIL PROTECTED]> wrote:
> >
> > Blackfin is not the only target that utilizes underscore prefixes. a more
> > generic check (as noted in the previous thread you cited) would be to
> > consi
Hello Markus,
Again, for the umpteenth time: please do not top-post.
* Duft Markus wrote on Wed, Feb 06, 2008 at 03:43:20PM CET:
> >
> > Could it be, that the autotest testsuite behaves badly if building
> > out-of-source?
No. Well, it could be, but you'd have to prove it by showing the
comman
Hi Bob,
* Bob Friesenhahn wrote on Wed, Feb 06, 2008 at 05:21:19PM CET:
>
> Using BUILT_SOURCES is similarly evil to using SUBDIRS to a project
> desiring a completely non-recursive build.
I suppose you know of a better, portable way?
> If there is a way to replace this with proper dependencie
Tim Mooney wrote:
In regard to: Sun Studio: STL libraries, Dan Lacher said (at 12:04pm
on Feb...:
In trying to resolve a C++ issue within Open MPI we've run into an
issue with Libtool automatically linking in Cstd.
Because Sun Studio supports two different types of C++ STL libraries
(Cstl and
Daniel Sands wrote:
I have an executable that dlopens modules, and the modules make use of
symbols provided by the executable. Since AIX does not export symbols
unless either it has to (if needed for direct linkage to a shared
object) or you REALLY want it to (either by -bexpall or by providin
Even with what Tim has pointed out I am seeing the contrary with the
following:
o Open MPI src base
o Sun Studio 12
o libtool 2.1b (just downloaded the latest)
After autogen has finished the aclocal.m4 ends up with -library=Cstd
-library=Crun both. So that is what is used in the creatio
In regard to: Re: Sun Studio: STL libraries, Dan Lacher said (at 4:57pm on...:
Even with what Tim has pointed out I am seeing the contrary with the
following:
o Open MPI src base
o Sun Studio 12
o libtool 2.1b (just downloaded the latest)
After autogen has finished the aclocal.m4 ends up w
Tim Mooney wrote:
> In regard to: Re: Sun Studio: STL libraries, Dan Lacher said (at 4:57pm
> on...:
>
>> Even with what Tim has pointed out I am seeing the contrary with the
>> following:
>>
>> o Open MPI src base
>> o Sun Studio 12
>> o libtool 2.1b (just downloaded the latest)
>>
>> After au
Peter O'Gorman wrote:
> Tim Mooney wrote:
>> In regard to: Re: Sun Studio: STL libraries, Dan Lacher said (at 4:57pm
>> on...:
>>
>>> Even with what Tim has pointed out I am seeing the contrary with the
>>> following:
>>>
>>> o Open MPI src base
>>> o Sun Studio 12
>>> o libtool 2.1b (just downl
In regard to: Re: Sun Studio: STL libraries, Peter O'Gorman said (at 5:05pm...:
I still maintain that it would be OK to have libtool automatically add
`-library=Crun', since that is generally needed whether you're using
-library=stlport4 or -library=Cstd, but it's OK to not include that. We
jus
In regard to: Re: Sun Studio: STL libraries, Peter O'Gorman said (at 5:25pm...:
Peter O'Gorman wrote:
Tim Mooney wrote:
In regard to: Re: Sun Studio: STL libraries, Dan Lacher said (at 4:57pm
on...:
Even with what Tim has pointed out I am seeing the contrary with the
following:
o Open MPI
In regard to: Re: Sun Studio: STL libraries, Tim Mooney said (at 6:05pm on...:
In regard to: Re: Sun Studio: STL libraries, Peter O'Gorman said (at
5:25pm...:
Tim, you say we still need to have -library=Crun for the stlport4 case?
More than likely, yes. The stlport4 incompatibility is with
Hi Markus,
On 6 Feb 2008, at 22:17, Duft Markus wrote:
Hi all...
Could it be, that the autotest testsuite behaves badly if building
out-of-source? I'm getting a whole bunch of file not founds with
relative paths within the source dir. If yes, for now I will finish my
libtool port with building
I am attempting to debug an issue involving libtool from the avahi-0.6.22
package sourcing the local (i686-unknown-linux-gnu) version of libexpat
(-lexpat) rather than the I one I direct it to find via LDFLAGS.
The configure invocation:
cd $(objdir) && \
$(CURDIR)/$(srcdir)/configure \
Quoting "Gary V. Vaughan" <[EMAIL PROTECTED]>:
With only one bug reported and fixed since Feb 1, either this is the
most spectacularly well engineered release in the history of libtool,
or else it is the least well tested release ever...
For what it's worth, swfdec and swfdec-mozilla are fine
32 matches
Mail list logo