close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -1
1 answer
70 views

I'm looking to build a list of functions being tested for dynamically, and then given the list, call a macro at the end for each function that was tested for. It seems like m4_foreach_w (or if i used ...
Score of 0
1 answer
90 views

Writing a configure test, I need to run a program to find out some characteristics of the used toolchain. Fine would be a function like # AC_EXEC_IFELSE(COMMAND, # [ACTION-IF-TRUE], [...
Score of 0
0 answers
60 views

I have a project using autoconf and I'd like to add some new checks on Python module versions, and there is an existing module. My configure.ac has AC_CONFIG_AUX_DIR([config]) AC_CONFIG_MACRO_DIR([...
Score of 0
2 answers
57 views

I am trying to make a library which is composed of more components. For building and configuration, I use autotools and automake. There are options for configure script like --enable-option-a, --...
Score of 0
0 answers
75 views

I inherited a fairly large project, built with autoconf. It builds fine in static, but has a very strange behavior when building shared, namely the libfoo.so is created as a symbolic link to libfoo.so....
Score of 1
2 answers
913 views

I am learning about yocto build system and just almost a week into it. I randomly chose calcurse Github repository and decided to build it via Yocto recipe so that I can have some practice and I am ...
Score of 0
1 answer
81 views

I am trying to create a Linuz dynamically linked shared libraries (.so) using autoconf, but, whatever I do it incorrectly versions the file. I am getting libWebLoom.so.0.0.1 instead of libWebLoom.so.0....
Score of 0
1 answer
268 views

I am trying to compile https://github.com/lowRISC/riscv-isa-sim.git in msys2, but I cant get it to work, despite having boost and asio packages installed. I get /riscv-isa-sim-cosim$ ./configure --...
Score of 2
1 answer
208 views

Despite the documentation stating that $prefix is defined as /usr/local by default, when trying to expand the $prefix variable in configure.ac, it expands to NONE. Testing with the following configure....
Score of 1
0 answers
100 views

I'm trying to build a TPM2.0 simulator on macOS Sonoma (14.2.1) using Official TPM 2.0 Reference Implementation (by Microsoft) and it seems to be failing at generating a make file for executing. This ...
Score of 3
1 answer
102 views

Following this question, I am working on debugging a legacy build system and need to understand how a specific section of the generated configure script is produced from its configure.ac m4 source. ...
Score of 2
1 answer
1258 views

I am maintaining a legacy project and encountered an issue while running the configure script in the build process. The script fails with multiple "command not found" errors pointing to some ...
Score of 1
1 answer
346 views

I am working on a project that requires conditional compilation based on the presence of certain files, specifically for integrating IPOPT (an optimization library). My development environment is ...
Score of 0
0 answers
162 views

I'm trying to build SDL1.2 for the PS2DEV toolchain but the bin2c isn't generating the files I want from the Makefile. The files I'm trying to generate are freesd_irx.c sio2man_irx.c padman_irx.c ...
Score of 0
1 answer
60 views

The build plan is: ./autogen.sh ./configure make sudo make install-noapi To make ./autogen.sh working I have installed yum install autoconf On ./configure phase I got this error: sudo ./configure ...

15 30 50 per page
1
2 3 4 5
77