bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rpl_free undefined


From: Bruno Haible
Subject: Re: rpl_free undefined
Date: Sun, 01 May 2022 23:38:58 +0200

Reuben Thomas wrote:
> I ran into another minor problem while doing this. My module list was:
> 
> bootstrap
> filenamecat-lgpl
> getline
> getopt-gnu
> manywarnings
> pathmax
> relocatable-lib-lgpl
> relocatable-script
> strcase
> 
> On Windows, I got a link error when linking against libgnu, as the
> dependencies of the modules above cause gnulib's stdlib.h to be installed,
> and on Windows, rpl_free is defined, but free.c was not compiled into
> libgnu.
> 
> Adding the free-posix module fixed my problem, which looks therefore like a
> missing dependency.

A link error is not a "minor" problem; it's a major one.

Which .o or .obj file had the dependency to rpl_free?

More generally: How to reproduce?

Bruno






reply via email to

[Prev in Thread] Current Thread [Next in Thread]