wget-dev
[Top][All Lists]
Advanced

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

Re: [Wget-dev] wget2 | configure fails : syntax error near unexpected to


From: Tim Rühsen
Subject: Re: [Wget-dev] wget2 | configure fails : syntax error near unexpected token `-fsanitize=undefined' (#419)
Date: Wed, 19 Dec 2018 08:27:25 +0000

This is about debugging your development system/environment...

By searching the web (that i now did for you), the --push-state error is 
possibly related to ld.gold. So what is the output of `/usr/bin/ld --version` ?

Next, look at the output of `time make`. The figures are extremely small, so I 
guess `make` didn't perform. This is proven by `sudo make install` which starts 
to build wget2... Try again a `make clean && make` before `make install`.

Are there any environment variables set that could influence the build (PATH, 
CFLAGS, LDFLAGS, ...) ? Maybe there is something wrong.

If you have docker installed it would be easy to set up a clean environment and 
build wget2 (see my comment above for instructions). You can then compare what 
is different to your environment.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/419#note_126065656
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]