Forum Discussion
Altera_Forum
Honored Contributor
15 years agoconfigure: error: --with-ldopts no longer supported; use LDFLAGS= instead
I'm trying to update from e2fsprogs 1.40.9 in my build to the 1.41.10 from the current. So, I put the dir under the uClinux-dist/user/e2fsprogs dir and changed the ver= in the Makefile BUT...
Altera_Forum
Honored Contributor
15 years agoHi,
Please try the command
./configure --help
in your 'e2fsprogs 1.40.9' directory. You can get useful messages. And set the environment variable for the linker's flag like
export LDFLAGS=****
from your shell if necessary. Kazu