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: Seb M
Subject: Re: [Wget-dev] wget2 | configure fails : syntax error near unexpected token `-fsanitize=undefined' (#419)
Date: Mon, 17 Dec 2018 23:34:21 +0000

@rockdaboot I see now. My build generic bash function was running this command 
: 
```
$ ./bootstrap --prefix=/usr/local --exec-prefix=/usr/local --enable-shared || 
autoreconf -vi
./bootstrap: --prefix=/usr/local: unknown option
```
The compilation worked but now I have a pb. with `ld` in the make install step 
: 
```
Making install in libwget
make[1]: Entering directory `/home/sebastien/src/wget2/libwget'
  CCLD     libwget.la
/usr/bin/ld: unrecognized option '--push-state'
/usr/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
make[1]: *** [libwget.la] Error 1
make[1]: Leaving directory `/home/sebastien/src/wget2/libwget'
make: *** [install-recursive] Error 1
$ echo $?
2
```

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


reply via email to

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