Hi, I am trying to get 2.3 compiled . But facing linker error . Here is the configure :
LIBS="-levent" CC="clang -v" CPPFLAGS="-I/nobackup/nebadlan/binaries/include -I/usr/local/include -I/usr/lib/gcc/x86_64-redhat-linux/4.4.7/include -I/usr/include" LDFLAGS=" -L/usr/lib/../lib64 -L/nobackup/nebadlan/binaries/lib" ./configure --prefix=$PWD/install I am getting linker errors such as : undefined reference to `evbuffer_get_length I objdump'd libevent and I see symbol there . For me ncurses is installed at standard location and libevent I have installed in non standard location , hence the libray path in the configure . Can someone explain to me what I am missing ? Thanks -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
