In two instances, i have compiled programs using the
math.h and string.h files, only to get the following error:
(for math.h)
ld: 0711-317 ERROR: undefined symbol: .sqrt
ld: 0711-345 Use the -blo...
http://www.experts-exchange.com/Programming/Languages/C/Q_10119098.html
Zones:
C,
SSIDate Answered: 01/19/1999 Grade: B Views: 0
Hi !
I am trying to use file locking under Solaris 2.51 on a Sun Ultra machine. I can not get it to compile, I have included all the required header files. The only thing that I am not sure of i...
http://www.experts-exchange.com/Programming/Languages/C/Q_10123028.html
Zones:
C,
Sun JDSDate Answered: 04/25/1999 Grade: C Views: 0
How would I profile the execution of a C program under Solaris. I want to know what subroutines are called, how many times, and how long they take to process (min, max, average). I am trying to fin...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10125149.html
I have a template class:
template<class T>
class vector_wrapper
{
typedef vector<void*> GEN_VECTOR;
public:
GEN_VECTOR v; GEN_VECTOR::iterator cur_itr;
vector_wrapper() {};
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10212464.html
Zones:
C++Date Answered: 01/11/2000 Grade: C Views: 0
I've ran into a snag learning the C
language and am unsure how to
proceed. Today, when I tried to
compile a program with the pow
function, the following output
(Linux 6.1) was displaye...
http://www.experts-exchange.com/Programming/Languages/C/Q_10250053.html
Zones:
CDate Answered: 12/23/1999 Grade: B Views: 0
I'm working with test software and it comes up with this "call to undefined dynalink" error, after which I cannot do anything anymore.
What file or type of file would be referring to a dynalink a...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/Lotus_SmartSuit...
Zones:
Lotus NotesDate Answered: 04/30/2000 Grade: B Views: 0
When i compile my code with less arguments in function then it gives error like "to few arguments in function ...." and when i m giving
appropriate argument it gives compiler error like "undefine...
http://www.experts-exchange.com/Networking/Linux_Networking/Q_10407299.html
Zones:
Linux NetDate Answered: 06/17/2000 Grade: B Views: 0
I have created a utility file that will generate DOCTYPE and HEAD data to simplify some web page constructs.
here is my util package...
package core_servlets;
import javax.servlet.*;
impo...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20084442.html
Hi, I am generating a form which may have one or multiple checkboxes. Using the following code (document.form.element.length) is fine if there is multiple checkboxes but when I have only one i get ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20111375.html
Zones:
JavaScriptDate Answered: 04/30/2001 Grade: A Views: 57
I'm trying to create a Resource only dll so I can intenationalize my application but I am having problems. I am following the instructions here http://msdn.microsoft.com/library/default.asp?url=/li...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20155071.htm...
Zones:
Windows MFCDate Answered: 07/23/2001 Grade: B Views: 0