X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=xm7 kDv8LSgt9+hGF/uyxO85oNCFbhSc0CpPb7ze2n00XHuSfLgXLVduAhr/jntU7aDs WQ9MqSzHfPpZG2N/R338otfZrlJpuMQD5TfCEOjJKANISDKfmId4RPRKIUHG8P8C M+Tf6WUXHUSF1lZw3lWU6yN1ScT7xwUoVKNKTVqQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=AOQlGQx7L BffyYOzOTGkIja/Qyo=; b=mpkiPF4IfkVa+JCRZ7b6xw+NXPlJDoZMi02SZV758 F7IKYGqrLOZKckYViJZPQTcbL+2WMOT957S3viO9iH+VhTb72WOgDY99+c8uPoWE qok/Jp3Uedu6j9VN5RtXbQ+Wdt8oa4HwvdAxkAQ4tnxTZ++Mv6YYwDLmW/f9uYqM P4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-wi0-f179.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-type:content-transfer-encoding; bh=qiUT0sXbVfZ6Xgha1N5CRu6EC2epN2ny4e/ucJGDZWQ=; b=EpITDAy7RxwoevoJ6tqN0Z78qKv8JewN6+22rltJYRPIYlJ1octOVB8QsOs9BIoMqm kapYXMw56J606/JJbcM+ZwRySkO1zYrGa/BOY/5nnTzk27UkPiRwvXNzWE000oqBws47 /w2eoChLxD5y6XBADkobRt6Wu5R+AU1WuMhflhlwi+Z9/y10jT2RwMGe/58YPEdLw+7F IMjRsnfyRUB2Tjar4sHDNR8MTE0kIMRHCQfzYoqSOjYGLLwP7L1cAIEJrUbMtQCvwl3e CXbRhHYiVn1qlPjVV0fPhECjnXIwqVlw59shaOFUH+x2RRe21nacxQJlNVFagFSas9wS tKEQ== X-Gm-Message-State: ALoCoQnh2kDaK8GDy11hauZPznQvP5duHjX4m2RthWs4T3QFWmSxYs2hb3bQO0Y0BfA93IzaGMpq X-Received: by 10.180.23.134 with SMTP id m6mr3553299wif.32.1443892125282; Sat, 03 Oct 2015 10:08:45 -0700 (PDT) To: cygwin AT cygwin DOT com From: Alexey Sokolov Subject: Specifying package version in command line of setup X-Enigmail-Draft-Status: N1110 Message-ID: <56100B9B.4020801@asokolov.org> Date: Sat, 3 Oct 2015 18:08:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi When gcc-5 was uploaded (as test), gcc-4 broke: C:/cygwin-root/lib/gcc/i686-pc-cygwin/4.9.3/cc1plus.exe: error while loading shared libraries: cygisl-10.dll: cannot open shared object file: No such file or directory I'm using this to install cygwin: setup-x86.exe --quiet-mode ... --packages automake,gcc-g++,... But it installs gcc-4, because gcc-5 is marked as test version. Is there some way to specify on command line: * which version of which package I want to install, * or to enable installation of test versions? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple