473,396 Members | 1,921 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Help with MAPM library compiling/executing issues.

I recently downloaded the MAPM arbitrary precision library onnto my computer. All of my compilers and IDEs are compatible with it, I know that much from the home page. I, howver, do not know how to compile the library.

I could use help, for instance, does anyone know how to compile c/c++ files into .o files? I am overall unfamilier with this, but I could use help, because this seems like a very useful library judging by what it can do.
Mar 2 '07 #1
1 1424
Banfa
9,065 Expert Mod 8TB
A .o file is just and object files (sometimes .obj), just envoke the compiler on the source file. Many (not all) compilers need a switch to tell them to compile only, don't try to link, iften this is -c so typically this command line would be

cl -c file.c
Mar 2 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Rob Long | last post by:
Hey, I've written a custom HTML library using many PHP scripts as seperate files (just like I'd do a java project) and I'm having some problems where I'm including scripts in different...
0
by: Gary Quiring | last post by:
I am trying to compile PHP 5.0.4 on Solaris 9 with GMP. I keep getting this error: configure: error: GNU MP Library version 4.1.2 or greater required. I installed GMP 4.1.4 using: ./configure...
0
by: tertius | last post by:
Hi All, I embedded some Python/C API functions in my C dll. I use the Borland freecommandline tools. I converted the python23.lib with coff2omf but still get unresolved externals. If I...
0
by: maddog | last post by:
:( I keep getting the same warning and I'm not sure how to fix it. Here's what my program looks like. The warning is an error C2065 and it's telling me that numWin and numDoor are unidentified...
0
by: Abhi | last post by:
Hi- I'm trying to execute the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\50\bin\OWSADM.EXE programmatically from a shell using the process.Start() method. I'm also...
2
by: John Walker | last post by:
Hi, On my Webform my ASP:Button does not execute the Javascript code which is 'added' to it on the page load, and I'm trying to figure out why. Please take a look at my code and the error message...
5
by: skumar434 | last post by:
Hi everybody, I am faceing problem with strings. The code is given bellow .In this program i am tring to copy data from a file into structure . I am able to copy the data ,but the dat is...
1
by: Tariqss | last post by:
any one can help on TIvoli storage Manager issues???
2
JavaStudent07
by: JavaStudent07 | last post by:
//V^V^V^V^V^V^V^V^V^V^V^V^^V^V^V^V^V^V^V^V^V^V^V^V^V^V^V^ public static int seekNums(String strLinetext) { int intN=1; char Num=strLinetext.CharAt(intN); return(intN); }
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.