Re: Some questions about use libtool when linking

2024-10-21 Thread Ileana Dumitrescu
On 08/10/2024 18:31, Kun Yang wrote: Greetings, I'm intended to update libtool package for MSYS2, but some troubles occurred that beyond my ability. I'm confused by some flags when linking. Compared to v2.4.7, libtool now accepts more flags when linking. The most of the flags in https://githu

Re: Some questions about use libtool when linking

2024-10-10 Thread Yang Kun
Oh, I'm sorry for the confusing mail, it was truncated and combined by with 80 column limit. Here is the right commands. libtool --version | head -1 echo "void foo(void) {}" >foo.c libtool --mode=compile --tag=CC cc -c foo.c  -o foo.lo    -O3 -ffast-math libtool --mode=link    --tag=CC cc    fo