2023年12月11日(月) 18:09 Ayush Vatsa <ayushvatsa1...@gmail.com>:
>
> Hello, PostgreSQL community,
> I'm reaching out to you about an issue I've had while trying to configure 
> PostgreSQL by cloning its files from the GitHub repository.
> During the configuration process, I encountered an error message that 
> appeared to be related to a syntax issue within the 'config.status' file.

FWIW 'config.status' is the log file generated by 'configure'.

> Specifically, the error message reads as follows:
> ./config.status: line 486: syntax error near unexpected token `)'
> ./config.status: line 486: ` *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed 
> "s/'/'\\\\\\\\''/g"` ;;'
> I have tried to resolve this on my own, but unfortunately, I haven't been 
> successful in finding a solution.
> Could you please provide guidance or assistance in resolving this issue? I 
> would appreciate any insights or suggestions you have to help me move past 
> this obstacle.
> Looking forward to your response.

You should provide, at the very least, the following information:
- the PostgreSQL version you are trying to build
- the environment you are trying to build it in

A very hand-wavy guess, but possibly your local "sed" installation is
not GNU sed?

Regards

Ian Barwick


Reply via email to