bug-libunistring
[Top][All Lists]
Advanced

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

Re: [bug-libunistring] Undfined references when buildign with MinGW


From: Bruno Haible
Subject: Re: [bug-libunistring] Undfined references when buildign with MinGW
Date: Sun, 24 Mar 2019 21:52:15 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; )

Tim Rühsen wrote:
> I (ir)regularly update
> libunistring that way and "./autogen.sh && ./configure && make clean &&
> make".

It's a good practice to insert a 'make distclean' every now and then.
For example:
  make -k distclean; ./autogen.sh && ./configure && make clean && make
or
  ./autogen.sh && ./configure && make -k distclean && ./configure && make clean 
&& make

Bruno




reply via email to

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