Home > llvm gcc syntax > llvm-gcc syntax error in version script

Llvm-gcc Syntax Error In Version Script

Today's Posts Advanced Search Find the answer to your Linux question: Entire Site Articles Downloads Forums Linux Hosting Forum Your Distro Ubuntu Linux syntax error in VERSION script If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. ** If you are logged in, most ads will not be displayed. ** Linuxforums now supports the Tapatalk app for your mobile device. Results 1 to 2 of 2 Thread: syntax error in VERSION script Thread Tools Show Printable Version Email this Page… Subscribe to this Thread… Display Linear Mode Switch to Hybrid Mode Switch to Threaded Mode Enjoy an ad free experience by logging in. Not a member yet? Register. 02-17-2010 #1 shariefbe View Profile View Forum Posts Private Message View Articles Linux User Join Date Aug 2008 Location Trichy,India Posts 312 syntax error in VERSION script when cross compiling libpng i get this error. I googled for it but i didnt get exact answer. Anybody knows what will be the problem? Code: /mnt/freescale/toolchain/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld:libpng.vers:2: syntax error in VERSION script collect2: ld returned 1 exit status i have these content inside "libpng.vers" Code: PNG12_0 {global: local: *; }; Thanks in advance... Reply With Quote 04-13-2010 #2 noidforme View Profile View Forum Posts Private Message View Articles Just Joined! Join Date Apr 2010 Posts 1 Dear shariefbe: I came across the same problem these days when cross-compiling libpng and found that it can be solved by simply remarking the line containing libpng.vers in your MAKEFILE (adding a # character in the beginning of that line). Your application will be able t

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 6.2 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Compiling error: syntax error in VERSION script up vote 1 http://www.linuxforums.org/forum/ubuntu-linux/160193-syntax-error-version-script.html down vote favorite I am trying to compile the C bindings for Zookeeper, but I am unable to do so. When I run make, I receive the following error: /usr/bin/ld:.libs/libzookeeper_st.ver:2: ignoring invalid character `\033' in script /usr/bin/ld:.libs/libzookeeper_st.ver:2: ignoring invalid character `3' in script /usr/bin/ld:.libs/libzookeeper_st.ver:2: ignoring invalid character `5' in script /usr/bin/ld:.libs/libzookeeper_st.ver:2: syntax error in VERSION script collect2: error: ld returned 1 exit status The entire output for ./configure http://stackoverflow.com/questions/35530964/compiling-error-syntax-error-in-version-script and make are attached below. Can anyone help me on how I can resolve this issue? $ ./configure checking for doxygen... no checking for perl... /usr/bin/perl checking for dot... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for cppunit-config... /usr/bin/cppunit-config checking for Cppunit - version >= 1.10.2... 1.13.1 checking for generated/zookeeper.jute.c... yes checking for generated/zookeeper.jute.h... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether l

account creation filtered due to spam. Bug52414 - [4.7 Regression] syntax error in VERSION script Summary: [4.7 Regression] syntax error in VERSION script Status: RESOLVED FIXED Alias: None Product: gcc Classification: Unclassified Component: bootstrap (show other bugs) Version: 4.7.0 llvm-gcc syntax Importance: P3 normal Target Milestone: 4.7.0 Assignee: Not yet assigned to anyone URL: Keywords: Depends on: Blocks: Reported: 2012-02-28 09:44 UTC by Thomas Koenig Modified: 2012-02-28 10:21 UTC (History) CC List: 2 users (show) jakub rguenth See Also: Host: llvm-gcc syntax error Target: powerpc64-unknown-linux-gnu Build: Known to work: Known to fail: Last reconfirmed: Attachments Add an attachment (proposed patch, testcase, etc.) Note You need to log in before you can comment on or make changes to this bug. Description Thomas Koenig 2012-02-28 09:44:05 UTC Just found, booting on gcc110 with rev. 184613. Configuration was with ../trunk/configure --prefix=$HOME --enable-languages=c,fortran --with-ppl --with-cloog Last output: Checking multilib configuration for libgomp... Checking multilib configuration for libstdc++-v3... make[3]: Entering directory `/home/tkoenig/trunk-bin/powerpc64-unknown-linux-gnu/libstdc++-v3' make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CC_FOR_TARGET=/home/tkoenig/trunk-bin/./gcc/xgcc -B/home/tkoenig/trunk-bin/./gcc/" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/home/tkoenig" "infodir=/home/tkoenig/share/info" "libdir=/home/tkoenig/lib" "includedir=/home/tkoenig/include" "prefix=/home/tkoenig" "tooldir=/home/tkoenig/p

 

Related content

No related pages.