Re: which object file is fstat64/stat64 located

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

 



On Mon, Dec 17, 2018 at 7:32 PM Florian Weimer <fweimer@xxxxxxxxxx> wrote:
>
> * Yubin Ruan:
>
> > I am seeking help here since I got error of "undefined reference to
> > fstat64/stat64" when linking without libstdc++ in a C++ program. I was
> > trying to use libcxx, so I added -nodefaultlibs when compiling the
> > program. To get necessary symbols from libc, I added -lc  (and also
> > -lm -lgcc_s -lgcc). But I still got the undefined reference error.
>
> What's your target?

My target is a C++ program(mysqld) which use fstat/stat and other C++
standard library functions. Normally libstdc++ is used and everything
is fine. But I want to switch to libcxx.

--
Yubin



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux