1
vote
1answer
41 views

GCC 4.8.0 build size differ greatly on OS X and Ubuntu

Immediately after GCC 4.8.0 was released, I built it on OS X 10.8 with ISL and CLooG. The complete build was about 3.8 GB in size (release tar balls + untarred sources + all generated objects). I ...
0
votes
1answer
36 views

C++ using eclipse juno on a mac - “binary not found”

Okay so I've been to every corner of the internet and cannot solve this. I had a java installation on eclipse juno and I installed the CDT plugin to develop C++ applications with it. I get the binary ...
1
vote
1answer
62 views

C++ compiles on Windows but errors under OS X GCC

Following code compiles just fine under Visual Studio 2012 Express, Windows 8 But on my preferred platform, Eclipse Juno, GCC 4.2 on OS X I receive the following error: ../src/Test.cpp:20: error: ...
1
vote
0answers
32 views

vsnprintf equivalent for wide strings on Posix based systems

On Mac OS X (most UNIX based systems), vsnprintf return the number of characters printed (not including the trailing '\0' used to end output to strings) OR if an error occurs it returns the number of ...
0
votes
0answers
33 views

gcc-4.8 failed with error “where has __float128 gone?”

I am trying to build GCC on a core2-apple-darwin12.3.0 i386 machine. The configure seems to go through without problems but when I invoke 'make' it returns an error. In file included from ...
0
votes
0answers
27 views

OSX application on Lion, not working

I have an application which has been been built on OSX Mountain Lion using Python and CX_Freeze. This application will install and run on Mountain Lion without issue. A problem seems to arise on OSX ...
0
votes
2answers
51 views

How to use gcc with Mac OS X and X Code?

I am a chinese student, my english is terrible, there might be somewhere wrong, i will try my best to express my question. I am using mac os now, i want to use gcc to compile my c program using ...
0
votes
1answer
95 views

Integrating gcc 4.8 with Xcode 4.x

I am trying to use OpenMP in a objective-c++ program. Unfortunately llvm-gcc 4.2 seems to have serious bug when working with OpenMP. According to my researches, the best solution should be using gcc ...
0
votes
1answer
99 views

Why is the c++ standard library not working?

I've been trying to get my program that I downloaded from my schools server to run offline on my mac. I tried updating GCC by following tutorials and for some reason the tutorials didn't work even ...
0
votes
0answers
18 views

How will having a link to libgcc_s.1.dylib from two sources break things?

I am building a binary with MacPorts GCC 4.7.2+universal on a Mac OS X 10.8.3 host running Xcode 4.6.2. I am targeting the build for Mac OS X 10.5-10.8 hosts by using the compilation flag: ...
0
votes
0answers
28 views

Ruby Script Error in the Mac OSX Compiler

I get the following: Your CRNs: Enter a CRN to add it :: /Library/Ruby/Gems/1.8/gems/highline-1.6.18/lib/highline.rb:844:in `get_line': The input stream is exhausted. (EOFError) from ...
0
votes
0answers
40 views

How to uninstall gcc on a Mac [closed]

I am wondering how to uninstall the kennethreitz version of gcc on a Mac. I am using a method at Installing GCC to Mac OS X Leopard without installing Xcode to install the gcc, which refered to a ...
-1
votes
1answer
64 views

My C-Code runs slowly in Mac comparing to Ubuntu [closed]

I have written a scientific code in C. I compile the code in Ubuntu using gcc 4.7.2, and in MBP using gcc 4.2. My Makefile looks like this: CC = gcc CFLAGS = -c -fPIC -Wall -O3 -lpthread -g BaseDir = ...
1
vote
1answer
115 views

Compiling Objective-C Application on Linux

I've written a command line application in XCode using Objective-C. When added to my /usr/local/bin path is works as expected in OS X. However, I would like to make the binary work on Linux. The ...
2
votes
1answer
84 views

LLVM and GCC, different output same code

This is a sample code just to show a different output from the LLVM compiler and the GCC. I wonder why? The answer should be very simple, but I can't see it. (Xcode 4.6.1) The code: #include ...
0
votes
0answers
63 views

Error: Unknown option --host=arm-eabi

I am trying to compile open source code using this tutorial on Mac. My build.sh is INSTALL_DIR="/Users/rspl/Desktop/Android/TestMAPLib/jni/agclib" SRC_DIR="/Users/rspl/Desktop/Android/agclib/" cd ...
0
votes
2answers
94 views

gcc-4.0 error when building _imaging extension for PIL

When I install PIL (or pillow), the _imaging C module does not install. This is a common error, and have seen ApPeL's play-by-play solution that most have found helpful. Unfortunately, when I run ...
4
votes
1answer
309 views

How to build a cross-compiler for i386-apple-darwin target from x86_64-apple-darwin host?

Problem overview I am trying to learn how to build a cross-compiler, specifically a version of GNU gcc 4.7.2 on a 64-bit Intel OS X host that targets i386-apple-darwin (32-bit Intel). However, I keep ...
0
votes
1answer
26 views

Make error: install hqp (huge quadratic programming) on OS X

I am trying to install hqp on OS X, but seems the gcc compiler is quite different. When running make, I first come to an error like malloc.h not found, I wrap the #include header like: #if ...
0
votes
1answer
77 views

How to modify libstdc++ portfile to compile fat static library?

I am using MacPorts to set up a universal build of GCC 4.7.2. One of its dependencies is a subport called libstdcxx, which it builds and then deletes. I have edited the libstdcxx entry in the gcc47 ...
0
votes
1answer
129 views

Linking error - Undefined symbols for architecture x86_64 on OSX

The following is returned when trying to compile part of a project under OSX: gcc -g -pipe -L/Projects/export buf_test.o buf.o -framework CoreFoundation -o buf_test Undefined symbols for ...
4
votes
2answers
354 views

Handling “dyld: lazy symbol binding failed: Symbol not found” error when nm does not find symbol

I have a fat (32- and 64-bit) Intel binary called myBinary that fails to run on another workstation running Mac OS X 10.8.2: $ myBinary dyld: lazy symbol binding failed: Symbol not found: ...
-3
votes
3answers
270 views

error: ‘string’ undeclared (first use in this function) gcc OS X

$gcc a.c string s = "string"; a.c:4: error: ‘string’ undeclared (first use in this function) $gcc -v Using built-in specs. Target: i686-apple-darwin11 Configured with: ...
0
votes
0answers
40 views

Building a statically linked version of mkvtoolnix on Mac OS X 10.8.2

How can I build a statically linked version of mkvtoolnix? The configure script does not recognize the flags --enable-static and --disable-shared. I also tried to set the environment variables ...
1
vote
1answer
106 views

vswprintf fails for certain unicode codepoints under Mac OS X

I am getting inexplicable failures (return value -1) from vswprintf using GCC and Mac OS X (tested with gcc 4.0 and 4.2.1 under Mac OS X 10.6 and 10.8. GCC under Linux is not affected. Visual Studio ...
2
votes
1answer
225 views

Permission denied executing any gcc-compiled c program on OS X (10.8.2) Mountain Lion

When executing any C program that I have compiled with gcc from the terminal, I get a permission denied error. To start, I have verified and repaired permissions on my drive (before doing this, the ...
0
votes
0answers
34 views

CLAPACK - Cannot find header file

I'm developing a C++ application and using code from this url: Here It uses the CLAPACK library in one of the functions and and I have installed it using this The problem: Whenever I try to include ...
0
votes
0answers
71 views

Mountain Lion is Missing Framework Includes

I've Recentley installed Mac OS X Mountain Lion (Clean Install, not Update), and i installed gcc from Here: http://hpc.sourceforge.net/ i tried to Compile applications using gcc, but the Header files ...
1
vote
0answers
210 views

Troube installing python on Mac, cc1: error: unrecognized command line option “-arch”

Unfortunately, I don't have much experience using the terminal or messing with gcc, but I keep getting this error when trying to install python. Here is the full message: building 'pygame.imageext' ...
1
vote
0answers
124 views

how to change the default compiler on mac osx 10.8.2

I am using mac osx 10.8.2 and Xcode v4.6 with llvm-gcc (i686-apple-darwin11-llvm-gcc-4.2), when I tried to install a software I realised that this old software is not compatible with this new ...
0
votes
2answers
637 views

OS X 10.8, llvm, OpenMP with CMake

I have just upgraded to OS X 10.8 "Mountain Lion" and I start regretting having done that. I am no longer able to build my (simple) parallel code that uses OpenMP. By looking here and there I ...
0
votes
2answers
105 views

Oracle Instant Client link error when building on OSX

I am trying to compile a simple Oracle application on OS X and running into link issues. Any help would be appreciated. #include <iostream> #include <occi.h> using namespace std; using ...
0
votes
1answer
76 views

GCC on mac without Xcode [duplicate]

How can I use gcc on mac (without Xcode) for C programming? Which file shall I download? How do I install and run it?
0
votes
1answer
730 views

Downgrade or remove GCC 4.8 from Mac OS X Mountain Lion

I am in the process of trying to essentially start from scratch with getting homebrew, GCC and RVM 1.9.3 on to my mac OS x 10.8.2 after determining that my problems with RVM were "related to a messy ...
0
votes
1answer
28 views

updateing gcc4.0.1 to gcc4.2.1 on mac OS 10.5.7

I would like to my gcc compiler. I am running mac OS 10.5.7. I downloaded Xcode3.0 which has gcc4.0.1 and that seems to work fine. But now the program I need to install seems to require gcc4.2.1. ...
0
votes
1answer
147 views

Compile assembler in nasm on mac os

So, i write some instruction on asm, and compile them. nasm -f macho test.asm Now, nasm generate obj file, test.o gcc test.o Returned next error: ld: warning: ignoring file test.o, file ...
0
votes
2answers
156 views

Compiling C program using GCC with GMP library error: “ld: symbol(s) not found for architecture x86_64”

I'm trying to compile a C program (gfp2.c) that uses many functions from the GMP library. I downloaded and installed the GMP library using the normal configure, make and install sequence. I also ran ...
1
vote
1answer
116 views

GCC run assembly program mac?

I am attempting to run the following code in terminal on my Mac: .section, .data format_string: .asciz "My favorite number is %d!" number: .long 786 .section, .text .globl main main: pushl ...
0
votes
1answer
151 views

OSX: error when installing python packages

Currently, I am unable to install any Python packages due to a gcc-4.0 error. I'll copy two examples of the error I'm getting (one with pip, the other with a manual setup.py build/install approach): ...
1
vote
2answers
100 views

gcc Linking/Segfault issue on OS X 10.8

So a little backstory for what's going on. I'm currently working on building a number of things (including SDL, SDL_image, etc.) and linking it all together in a single executable, and doing it ...
2
votes
2answers
87 views

Strange “selector mangling” in Objective-C method with Boolean arguments

I need to recover method names dynamically, via reflection calls at runtime. But get strange results for some. My TestClass contains a method like: - (void)testMethod6_NSRect:(NSRect)a1 int:(int)a2 ...
0
votes
1answer
97 views

Cannot install therubyracer, gcc version update on OSX Leopard?

So after making my first scaffold using Rails, I tried to access some of the pages it created, and got the following error: ExecJS::RuntimeError in Users#index Showing ...
1
vote
2answers
106 views

Separating Compilation and Linking - in D

OK, I'm currently playing with D (for the first time), so supposedly I'll be having some ultra-basic question... And here I am... :-) When I compile-link with dmd it compiles fine : dmd myMain.d ...
0
votes
1answer
74 views

Installing gcc 3.4.6 using gcc 4.2 on Mac OS X

I am trying to install gcc 3.4.6 on Mac OS X 10.6.8; To install gcc 3.4.6 I needed a compiler and somehow I was able to install gcc-4.2. Now using 4.2 I am trying to install 3.4.6 which throws an ...
0
votes
1answer
232 views

Somehow my installation of Ruby on Mountain Lion got corrupted and now I'm getting a cryptic message from RVM

I'm trying to install Ruby (and eventually Rails) with RVM. Here's the error message I'm getting: Error running 'env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include ...
-2
votes
1answer
237 views

gcc doesn't want to use AVX on mac

So I have this brand new mac book pro with intel core I7 processor and sysctl machdep.cpu.features giving machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 ...
1
vote
0answers
164 views

Compiling Objective C files with gcc-4.7 on OSX with Apple core libraries such as Foundation.h

I'm somehow unable to compile Objective C files with GCC 4.7 that include any OSX core libraries such as: #import <Foundation/Foundation.h> The resulting error always results in a weird GCC ...
0
votes
2answers
116 views

Basic terminal output using C++ - Questions

Well, the question may sound a bit too vague but here's 2 things I need to do and I'd definitely need some input on this : Output something (e.g. using cout) with color (note: My TERM environment ...
2
votes
1answer
754 views

Change GCC Version to 4.7 on Mac OS X

On OS X, I currently have a couple versions of gcc installed. Whenever I use gcc -v or g++ -v, it tells me: gcc version 4.2.1. I have installed gcc 4.7, though, in the interest of taking advantage of ...
1
vote
1answer
138 views

use of undeclared identifier with templates and inheritance followup

I had the same problem as this previous question here: Use of undeclared identifier in C++ with templates and inheritance To sum it up, we try to access a template class' protected attribute from a ...

1 2 3 4 5 9