[Coin-lpsolver] Clp Build on AMD64

Matthew Saltzman mjs at ces.clemson.edu
Fri Jan 28 16:42:15 EST 2005


On Fri, 14 Jan 2005, Carl Wilburn wrote:

> My apologies if this is old stuff. I'm new to COIN.
>
> I've just been building Clp on an HP AMD64 Laptop
> running Fedora Core 3. The make uses the arch command
> to establish architecture type. The command returns
> x86_64 which errors out during the make. A man of gcc
> indicates that it requires "k8" for this.  The
> following addition to COIN/Makefiles/Makefile.Linux
> seemed to work:
>
> ####add this at approximately line 30
> ifeq ($(ARCH),x86_64)
> 	ARCH=k8
> endif
>
> I haven't had an opportunity to run a few examples,
> but it built without errors.

Carl-

I've added a different patch to handle this problem.  Could you test, as I 
don't have an AMD 64 handy?

Thanks.

>
>
> =====
> Carl Wilburn
> _______________________________________________
> Coin-lpsolver mailing list
> Coin-lpsolver at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/coin-lpsolver
>

-- 
 		Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs



More information about the Clp mailing list