https://bz.apache.org/bugzilla/show_bug.cgi?id=62169
--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> --- The error is here: /Applications/XAMPP/xamppfiles/build/libtool --silent --mode=link gcc -std=gnu99 -I/Applications/XAMPP/xamppfiles/include -arch x86_64 -DHAVE_CONFIG_H -DUSE_APACHE_MD5 -I ../common -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -I/Applications/XAMPP/xamppfiles/include/c-client -I/Applications/XAMPP/xamppfiles/include/libpng -I/Applications/XAMPP/xamppfiles/include/freetype2 -O3 -L/Applications/XAMPP/xamppfiles/lib -I/Applications/XAMPP/xamppfiles/include -I/Applications/XAMPP/xamppfiles/include/ncurses -arch x86_64 -DHAVE_APR -I/Applications/XAMPP/xamppfiles/include/apr-1 -I/Applications/XAMPP/xamppfiles/include/apr-1 -arch x86_64 -DHAVE_CONFIG_H -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -Wl,-rpath -Wl,/Applications/XAMPP/xamppfiles/lib -Wl,-L/Applications/XAMPP/xamppfiles/lib -Wl,-I/Applications/XAMPP/xamppfiles/include -Wl,-arch -Wl,x86_64 -Wl,-L/Applications/XAMPP/xamppfiles/lib -Wl,-L/Applications/XAMPP/xamppfiles -o mod_jk.la -module -rpath /Applications/XAMPP/xamppfiles/modules -avoid-version mod_jk.lo ../common/jk_ajp12_worker.lo ../common/jk_connect.lo ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo ../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo ../common/jk_ajp14_worker.lo ../common/jk_md5.lo ../common/jk_shm.lo ../common/jk_ajp_common.lo ../common/jk_context.lo ../common/jk_url.lo ../common/jk_status.lo ld: unknown option: -I/Applications/XAMPP/xamppfiles/include Looks like libtool is invoking `ld` with the `-I` option, which isn't quite legal. GNU ld uses `-I` to name the resulting library, and MacOS's BSD ld (LLVM/clans/whatever) doesn't support it at all. This looks like a mistake in the build script somewhere. I don't understand enough about how the tooling works to fix it, unfortunately. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org